summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2021-01-22 21:50:37 +0100
committerHubert Kario <hkario@redhat.com>2021-01-22 21:50:37 +0100
commitc58c6c2fb2f9964944fd6a152f7ffa4ec876acca (patch)
tree957953e0dc2c0d920e6b676a173cf9f0c6739e63 /.github
parent88e671d86f355b2fbd8527e66f9d0addc1cea516 (diff)
downloadecdsa-c58c6c2fb2f9964944fd6a152f7ffa4ec876acca.tar.gz
correctly install gmpy in the environment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0159350..e853187 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
if: ${{ contains(matrix.tox-env, 'instrumental') }}
run: pip install instrumental
- name: Install gmpy
- if: ${{ contains(matrix.tox-env, 'gmpy') }}
+ if: ${{ contains(matrix.tox-env, 'gmpyp') }}
run: pip install gmpy
- name: Install gmpy2 dependencies
if: ${{ contains(matrix.tox-env, 'gmpy2') }}