Skip to content

Commit

Permalink
finally gh actions work (maybe...)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyammer committed Feb 12, 2024
1 parent c311131 commit df1c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Install the project dependencies
run: cd magika-python-package && poetry install
- name: Run the automated tests
run: cd magika-python-package && poetry shell && python -m pytest magika-python-package/tests -m smoketest
run: cd magika-python-package && poetry run pytest magika-python-package/tests -m smoketest

0 comments on commit df1c2ec

Please sign in to comment.