Skip to content

Commit

Permalink
ci: give pytest full path
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 5, 2024
1 parent fc54d6b commit 56a75fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# transient CI download speed

- name: Unit and Integration Tests
run: pytest
run: pytest ${{ github.workspace }}
timeout-minutes: 15
env:
GEMCI_ROOT: ${{ github.workspace }}/gemci
Expand Down

0 comments on commit 56a75fc

Please sign in to comment.