Skip to content

Commit 63fc246

Browse files
authored
Update wheel version in buildwheels.yml
1 parent 89cee4d commit 63fc246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: echo 'PYTEST_SKIP_ARGS=-k "not camp"' >> $GITHUB_ENV
121121

122122
- run: |
123-
temp=`find dist/ -name "*cp313*.whl"`
123+
temp=`find dist/ -name "*cp312*.whl"`
124124
python -m pip install $temp[examples]
125125
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
126126
python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt

0 commit comments

Comments
 (0)