Skip to content

Commit

Permalink
Skip specifying compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Oct 9, 2024
1 parent 4b81771 commit a98d58d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
python3 -m pip install \
--verbose \
-C cmake.define.CMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-C cmake.define.CMAKE_C_COMPILER=${{ matrix.c_compiler }} \
-C cmake.define.CMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }} \
-C cmake.define.FINUFFT_ARCH_FLAGS=${{ matrix.arch_flags }} \
-C cmake.define.FINUFFT_USE_DUCC0=${{ matrix.ducc_fft }} \
python/finufft
Expand Down

0 comments on commit a98d58d

Please sign in to comment.