Skip to content

Test setting up miniconda for Mac M1 #10

Test setting up miniconda for Mac M1

Test setting up miniconda for Mac M1 #10

name: CMOR Nightly Build
run-name: CMOR Nightly Build
on: [push]
jobs:
nightly:
name: Deploy nightly
strategy:
matrix:
os: [macos-14]
python_version: [3.11]
runs-on: ${{ matrix.os }}
env:
OS: : osx_arm64

Check failure on line 14 in .github/workflows/github-actions-demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions-demo.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
MINICONDA_INSTALLER_URL: https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh
PROJECT_DIR: workdir/macos
C_COMPILER: clang_osx-64
FORTRAN_COMPILER: gfortran_osx-64
steps:
- name: Setup Miniconda
run: curl -L $MINICONDA_INSTALLER_URL -o miniconda.sh
run: bash miniconda.sh -b -p miniconda
run: source miniconda/etc/profile.d/conda.sh
run: python -V