Skip to content

Commit c58c6c2

Browse files
committed
correctly install gmpy in the environment
1 parent 88e671d commit c58c6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
if: ${{ contains(matrix.tox-env, 'instrumental') }}
170170
run: pip install instrumental
171171
- name: Install gmpy
172-
if: ${{ contains(matrix.tox-env, 'gmpy') }}
172+
if: ${{ contains(matrix.tox-env, 'gmpyp') }}
173173
run: pip install gmpy
174174
- name: Install gmpy2 dependencies
175175
if: ${{ contains(matrix.tox-env, 'gmpy2') }}

0 commit comments

Comments
 (0)