Skip to content

Commit 553c5c8

Browse files
committed
update action
1 parent f226cdb commit 553c5c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
path: dist/scipy_openblas*.whl
125125

126126

127-
- uses: conda-incubator/setup-miniconda@v3.3.0
127+
- uses: conda-incubator/setup-miniconda@v4.0.1
128128
with:
129129
channels: conda-forge
130130
channel-priority: true

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
python -m pip install pkgconf
171171
python -m pkgconf scipy-openblas --cflags
172172
173-
- uses: conda-incubator/setup-miniconda@v3.1.1
173+
- uses: conda-incubator/setup-miniconda@v4.0.1
174174
with:
175175
channels: conda-forge
176176
channel-priority: true

0 commit comments

Comments
 (0)