Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Feb 2, 2024
1 parent 599ee26 commit 268c9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
sudo apt-get install python3-matplotlib
sudo apt update
sudo apt install python3-matplotlib
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
Expand Down

0 comments on commit 268c9d7

Please sign in to comment.