Skip to content

Commit

Permalink
fix: buggy activation
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 23, 2025
1 parent d0fa875 commit 441ff81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
pystr=$(python --version | cut -d' ' -f 2 | cut -d'.' -f 1)$(python --version | cut -d' ' -f 2 | cut -d'.' -f 2)
mkdir test-venv
python3 -m venv test-venv
. test-venv
. test-venv/bin/activate
pip install numpy pytest
pip install ./wheelhouse/*cp${pystr}*musl*.whl
pytest --pyargs fitsio
Expand Down

0 comments on commit 441ff81

Please sign in to comment.