Skip to content

Commit

Permalink
miniconda helper update (#235)
Browse files Browse the repository at this point in the history
* miniconda helper update

* Pure cmake version

* fix typo
  • Loading branch information
william-dawson authored Jun 20, 2024
1 parent d29131e commit 213a503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
- name: setup environment
run: bash -l UnitTests/before_install.sh
env:
Expand Down
3 changes: 1 addition & 2 deletions UnitTests/run_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ fi
cd Build

if [[ "$TESTOS" == "OSX" ]]; then
cmake -G Ninja .. -DCMAKE_TOOLCHAIN_FILE=../Targets/Mac-python3.cmake \
-DCMAKE_BUILD_TYPE=Release ;
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release ;
else
if [[ "${NOIALLGATHER:-0}" -eq 1 ]]; then
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Debug -DNOIALLGATHER=YES;
Expand Down

0 comments on commit 213a503

Please sign in to comment.