Skip to content

Commit 58b3ec5

Browse files
committed
install matplotlib
1 parent 16ebc74 commit 58b3ec5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
arch: x64
3535
version: 1
3636
steps:
37+
- name: Install matplotlib
38+
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
39+
shell: bash
3740
- uses: actions/checkout@v4
3841
- uses: julia-actions/setup-julia@v2
3942
with:

0 commit comments

Comments
 (0)