Skip to content

Commit

Permalink
fix: Install poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
andoludo committed Nov 1, 2024
1 parent 4cf42c5 commit 9773235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Install nox dependencies
run: poetry run nox -s install
- name: Linting & mypy
run: poetry run nox -s linting
- name: Run tests
Expand Down

0 comments on commit 9773235

Please sign in to comment.