Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Feb 5, 2024
1 parent 5ae2edf commit 6f8b5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@latest
- run: |
sudo apt-get install python3-matplotlib
sudo apt update
sudo apt install python3-matplotlib
git config --global user.name Tester
git config --global user.email [email protected]
- uses: julia-actions/julia-runtest@latest
Expand Down

0 comments on commit 6f8b5fa

Please sign in to comment.