We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e671d commit c58c6c2Copy full SHA for c58c6c2
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
if: ${{ contains(matrix.tox-env, 'instrumental') }}
170
run: pip install instrumental
171
- name: Install gmpy
172
- if: ${{ contains(matrix.tox-env, 'gmpy') }}
+ if: ${{ contains(matrix.tox-env, 'gmpyp') }}
173
run: pip install gmpy
174
- name: Install gmpy2 dependencies
175
if: ${{ contains(matrix.tox-env, 'gmpy2') }}
0 commit comments