Skip to content

Commit e950f5e

Browse files
committed
avoid warnings in github action
1 parent 3742b94 commit e950f5e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/posix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ jobs:
163163
path: libs/openblas*.tar.gz
164164

165165
- uses: conda-incubator/[email protected]
166+
with:
167+
conda-remove-defaults: true
166168

167169
- name: Upload
168170
# see https://github.com/marketplace/actions/setup-miniconda for why

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())"
165165
166166
- uses: conda-incubator/[email protected]
167+
with:
168+
conda-remove-defaults: true
167169

168170
- name: Upload
169171
# see https://github.com/marketplace/actions/setup-miniconda for why

0 commit comments

Comments
 (0)