Skip to content

Commit

Permalink
fix regex that was matching with 3.13t
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand authored Nov 11, 2024
1 parent 3cb6571 commit c01a889
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 @@ -28,7 +28,7 @@ jobs:
- name: "Build and test wheels"
run: |
source $HOME/.cargo/env
for PYBIN in /opt/python/cp3{8,9,10,11,12,13}-*/bin; do
for PYBIN in /opt/python/cp*-cp3{8,9,10,11,12,13}/bin; do
echo "Loop on PYBIN: $PYBIN"
# With maturin develop, we have to use virtualenv
"${PYBIN}/pip" install virtualenv
Expand Down

0 comments on commit c01a889

Please sign in to comment.