Skip to content

Commit

Permalink
fix path and flag [integration]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Dec 5, 2024
1 parent 2f53646 commit 7e4cd40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
if: needs.check-integration-test-trigger.outputs.run-integration-test
shell: bash -l {0}
run: |
pytest -v tests \
pytest -v tests/integration \
--integration \
--cov=micropip \
--durations=10 \
--dist-dir=./dist/ \
Expand Down

0 comments on commit 7e4cd40

Please sign in to comment.