Skip to content

Commit

Permalink
cleanup project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe committed Aug 18, 2023
1 parent bf37a09 commit 7614685
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 @@ -25,6 +25,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@v3
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit 7614685

Please sign in to comment.