Skip to content

Commit

Permalink
multi-line run
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Jun 14, 2024
1 parent 9d42096 commit 435527b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ 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
bash miniconda.sh -b -p miniconda
source miniconda/etc/profile.d/conda.sh
python -V

0 comments on commit 435527b

Please sign in to comment.