Skip to content

Commit

Permalink
FIX pytest call on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Oct 14, 2023
1 parent eb361ff commit 1fd99ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: poetry run mypy .

- name: Pytest
run: poetrun run pytest
run: poetry run pytest

0 comments on commit 1fd99ec

Please sign in to comment.