Skip to content

Commit 007d9bd

Browse files
committed
CI: Use meson for openmp
1 parent 0277868 commit 007d9bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
channels: conda-forge,anaconda
3737
- name: Install dependencies
3838
run: |
39-
conda install scipy numpy pytest 'setuptools<=60'
39+
conda install scipy numpy pytest
4040
- name: Test
4141
run: |
42-
python legacy_setup.py install --scs --openmp
43-
pytest
42+
python -m pip install -v . --no-build-isolation -Csetup-args=-Duse_openmp=true
43+
pytest test
4444
rm -rf build/
4545
4646
build_mkl:

0 commit comments

Comments
 (0)