Skip to content

Commit eea38a2

Browse files
committed
Fix
1 parent e73072e commit eea38a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
arch: aarch64
3838
version: 1
3939
build_is_production_build: true
40-
4140
steps:
4241
- name: Install matplotlib
4342
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
@@ -80,6 +79,9 @@ jobs:
8079
- ubuntu-latest
8180
runs-on: ${{ matrix.os }}
8281
steps:
82+
- name: Install matplotlib
83+
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
84+
shell: bash
8385
- uses: actions/checkout@v4
8486
- uses: julia-actions/setup-julia@v2
8587
with:

0 commit comments

Comments
 (0)