Skip to content

Commit

Permalink
windows ci: try using openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jun 12, 2024
1 parent ae4d98b commit 1c60171
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:

- os: windows-latest
testset: matrix
conda-env: base
conda-env: openblas
python-version: '3.11'
flaky: false
env:
KMP_DUPLICATE_LIB_OK: "True"

- os: windows-latest
testset: tensor
conda-env: base
conda-env: openblas
python-version: '3.11'
flaky: false
env:
Expand Down
19 changes: 19 additions & 0 deletions ci/requirements/py-openblas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
channels:
- defaults
- conda-forge
dependencies:
- autoray>=0.6.12
- cotengra>=0.6.1
- coverage
- cytoolz
- joblib
- matplotlib
- networkx
- numba>=0.56
- numpy
- openblas
- psutil
- pytest
- pytest-cov
- scipy
- tqdm

0 comments on commit 1c60171

Please sign in to comment.