Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns authored Oct 31, 2023
1 parent 6d97258 commit 741c29e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,11 @@ jobs:
environment-file: environment-dev.yml
extra-specs: |
sel(win): ninja
sel(win): tbb-devel
- name: Configure using CMake
if: runner.os != 'Windows'
run: cmake -Bbuild -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DBUILD_TESTS=ON
run: cmake -Bbuild -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DBUILD_TESTS=ON -DTENSOR_ENABLE_XSIMD=ON -DXTENSOR_ENABLE_TBB=ON

- name: Configure using CMake
if: runner.os == 'Windows'
Expand Down

0 comments on commit 741c29e

Please sign in to comment.