We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73072e commit eea38a2Copy full SHA for eea38a2
.github/workflows/CI.yml
@@ -37,7 +37,6 @@ jobs:
37
arch: aarch64
38
version: 1
39
build_is_production_build: true
40
-
41
steps:
42
- name: Install matplotlib
43
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
@@ -80,6 +79,9 @@ jobs:
80
79
- ubuntu-latest
81
runs-on: ${{ matrix.os }}
82
+ - name: Install matplotlib
83
+ run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
84
+ shell: bash
85
- uses: actions/checkout@v4
86
- uses: julia-actions/setup-julia@v2
87
with:
0 commit comments