We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cee4d commit 63fc246Copy full SHA for 63fc246
1 file changed
.github/workflows/buildwheels.yml
@@ -120,7 +120,7 @@ jobs:
120
run: echo 'PYTEST_SKIP_ARGS=-k "not camp"' >> $GITHUB_ENV
121
122
- run: |
123
- temp=`find dist/ -name "*cp313*.whl"`
+ temp=`find dist/ -name "*cp312*.whl"`
124
python -m pip install $temp[examples]
125
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
126
python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
0 commit comments