Skip to content

Commit

Permalink
Fixing broken python-tests actions
Browse files Browse the repository at this point in the history
  • Loading branch information
diodotosml authored Jan 22, 2025
1 parent 8a68c9f commit 6247b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: poetry -C install/apple install

- name: Run Tests
run: poetry -C install/apple run python -m unittest discover tests/
run: poetry -C ./ -P install/apple run python -m unittest discover tests/

0 comments on commit 6247b53

Please sign in to comment.