Skip to content

Commit

Permalink
fix: Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs committed Jan 17, 2023
1 parent 266be03 commit 3704fa2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ jobs:
uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: poetry install --with dev
- name: Activate shell
run: poetry shell
- name: Run tests
run: pytest
run: poetry run pytest

0 comments on commit 3704fa2

Please sign in to comment.