Skip to content

Commit

Permalink
Try installing from wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Sep 3, 2024
1 parent a5d3015 commit 9d0c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: dist

- name: Install
run: python3 -m pip install dist/opuscleaner-*.tar.gz
run: python3 -m pip install dist/opuscleaner-*.whl

- name: Run runtime unittest
run: python3 -m unittest discover -s test
Expand Down

0 comments on commit 9d0c455

Please sign in to comment.