Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 9, 2024
1 parent afab4ed commit 649affb
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 @@ -13,10 +13,11 @@ on:
env:
CIBW_BUILD_FRONTEND: build
CIBW_BEFORE_ALL_LINUX: yum install -y zip flex bison gcc-gfortran
# Install conda-forge compilers and llvm-openmp
# Install miniforge
CIBW_BEFORE_ALL_MACOS: |
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh -b -p "$HOME/conda"
# Install conda-forge compilers and llvm-openmp
CIBW_BEFORE_BUILD_MACOS: |
source "${HOME}/conda/etc/profile.d/conda.sh"
conda create -n arcae-build -c conda-forge compilers llvm-openmp python
Expand Down

0 comments on commit 649affb

Please sign in to comment.