Skip to content

Commit

Permalink
Use Bash for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Oct 14, 2024
1 parent f1dec90 commit 5e0d5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
steps:
- name: Install dependencies
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
shell: bash
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
Expand All @@ -52,6 +53,7 @@ jobs:
steps:
- name: Install dependencies
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
shell: bash
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
Expand Down

0 comments on commit 5e0d5f9

Please sign in to comment.