Skip to content

Commit

Permalink
fix run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Jun 14, 2024
1 parent c1273b8 commit 9d42096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d42096

Please sign in to comment.