Skip to content

fix run commands

fix run commands #12

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
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:

Check failure on line 19 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 19
- 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