Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 16, 2024
1 parent f2af69b commit 9a0fdf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
arch:
- x64
steps:
- name: Install matplotlib
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@v1
with:
Expand Down

0 comments on commit 9a0fdf0

Please sign in to comment.