Skip to content

Commit

Permalink
Need an absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 23, 2024
1 parent c93c83c commit 87419e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run job via tox
run: |
export TOX_PARALLEL_NO_SPINNER=1
export PIP_FIND_LINKS=dist/
export PIP_FIND_LINKS="$(realpath dist)"
# GitHub Actions VM have 2 CPUs.
tox --parallel 2 --installpkg dist/*.whl
Expand Down

0 comments on commit 87419e1

Please sign in to comment.