diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 80408345..34de056e 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -18,7 +18,7 @@ jobs: 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 + - 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