File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Install matplotlib
20- run : if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
20+ run : if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get update; sudo apt-get install -y python3-matplotlib --fix-missing ; fi
2121 shell : bash
2222 - uses : actions/checkout@v4
2323 - uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Install matplotlib
16- run : if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
16+ run : if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get update; sudo apt-get install -y python3-matplotlib --fix-missing ; fi
1717 shell : bash
1818 - uses : actions/checkout@v2
1919 - uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ ImplicitAD = "e7cbb90b-9b31-4eb2-a8c8-45099c074ee1"
1515julia = " 1.6"
1616Dierckx = " 0.5"
1717GeometricTools = " 2.2"
18+ ImplicitAD = " 0.3"
19+ Krylov = " 0.9"
20+ Requires = " 1"
1821
1922[extras ]
2023Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
You can’t perform that action at this time.
0 commit comments