Skip to content

Commit

Permalink
Merge pull request #1293 from diodotosml/main
Browse files Browse the repository at this point in the history
Fixing broken python-tests action
  • Loading branch information
bghira authored Jan 22, 2025
2 parents 8a68c9f + 6247b53 commit 5aa4b6f
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 5aa4b6f

Please sign in to comment.