Skip to content

Commit

Permalink
CI: try fixing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 7, 2024
1 parent 3c99950 commit acbbfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
manylinux: auto
working-directory: py
- name: Install package
run: pip install py/dist/*.whl
run: pip install dist/*.whl
- name: Run tests
run: |
pip install pytest
Expand Down

0 comments on commit acbbfb8

Please sign in to comment.