We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f226cdb commit 553c5c8Copy full SHA for 553c5c8
2 files changed
.github/workflows/posix.yml
@@ -124,7 +124,7 @@ jobs:
124
path: dist/scipy_openblas*.whl
125
126
127
- - uses: conda-incubator/setup-miniconda@v3.3.0
+ - uses: conda-incubator/setup-miniconda@v4.0.1
128
with:
129
channels: conda-forge
130
channel-priority: true
.github/workflows/windows.yml
@@ -170,7 +170,7 @@ jobs:
170
python -m pip install pkgconf
171
python -m pkgconf scipy-openblas --cflags
172
173
- - uses: conda-incubator/setup-miniconda@v3.1.1
174
175
176
0 commit comments