Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Oct 31, 2023
1 parent 17e6976 commit 4f259af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--preset mamba-unix-shared-${{ matrix.build_type }} \
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
-D CMAKE_C_COMPILER_LAUNCHER=sccache
cmake --build build/ --parallel --target test_libmamba testing_libmamba_lock
cmake --build build/ --parallel --parallel
- name: Show build cache statistics
run: sccache --show-stats
- name: Lock environment
Expand Down Expand Up @@ -111,7 +111,6 @@ jobs:
environment-name: build_env
- name: Install libmambapy
run: |
find build/
ln build/libmambapy/bindings* libmambapy/libmambapy/
cmake --install build/ --prefix "${CONDA_PREFIX}"
python -m pip install ./libmambapy/
Expand Down

0 comments on commit 4f259af

Please sign in to comment.