We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3742b94 commit e950f5eCopy full SHA for e950f5e
.github/workflows/posix.yml
@@ -163,6 +163,8 @@ jobs:
163
path: libs/openblas*.tar.gz
164
165
- uses: conda-incubator/[email protected]
166
+ with:
167
+ conda-remove-defaults: true
168
169
- name: Upload
170
# see https://github.com/marketplace/actions/setup-miniconda for why
.github/workflows/windows.yml
@@ -164,6 +164,8 @@ jobs:
python -c "import scipy_openblas32; print(scipy_openblas32.get_pkg_config())"
171
0 commit comments