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 0277868 commit 007d9bdCopy full SHA for 007d9bd
.github/workflows/build.yml
@@ -36,11 +36,11 @@ jobs:
36
channels: conda-forge,anaconda
37
- name: Install dependencies
38
run: |
39
- conda install scipy numpy pytest 'setuptools<=60'
+ conda install scipy numpy pytest
40
- name: Test
41
42
- python legacy_setup.py install --scs --openmp
43
- pytest
+ python -m pip install -v . --no-build-isolation -Csetup-args=-Duse_openmp=true
+ pytest test
44
rm -rf build/
45
46
build_mkl:
0 commit comments