Skip to content

Commit

Permalink
debug: what is this
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 23, 2025
1 parent 34b0952 commit db9f140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
- name: test wheel for python
shell: alpine.sh {0}
run: |
set -ex
python --version
pystr=$(python --version | cut -d' ' -f 2 | cut -d'.' -f 1)$(python --version | cut -d' ' -f 2 | cut -d'.' -f 2)
python -m pip install pip
pip install numpy pytest
Expand Down

0 comments on commit db9f140

Please sign in to comment.