Test Windows static build, v23
This commit is contained in:
parent
cbce4c084a
commit
cc400b8f02
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pip_install_gmpy2.yml
vendored
4
.github/workflows/pip_install_gmpy2.yml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- uses: goanpeca/setup-miniconda@v1
|
||||
with:
|
||||
# miniconda-version: 4.6.14
|
||||
miniconda-version: 4.6.14
|
||||
auto-activate-base: false
|
||||
activate-environment: test
|
||||
channels: "conda-forge"
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
- run: |
|
||||
python --version
|
||||
conda info --envs
|
||||
conda install mpir "mpfr>=4" mpc conda=4.6.14
|
||||
conda install mpir "mpfr>=4" mpc conda=4.6.14 python=${{ matrix.python-version }}
|
||||
python --version
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue