Skip to content

Commit

Permalink
ci: Fix pytest wheel job
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarabela committed May 19, 2024
1 parent 1ae7bc4 commit 14a73b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ jobs:
PYTHONPATH=. pytest
- name: Test with pytest (wheel)
run: |
python -m pip install ../pysubs2-*.whl
cd build-test
python -m pip install pysubs2-*.whl
cd $(find -maxdepth 1 -type d -name 'pysubs2-*')
pytest

0 comments on commit 14a73b1

Please sign in to comment.