We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b50c1 commit a02b1c3Copy full SHA for a02b1c3
.github/workflows/CI.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Install matplotlib
44
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
45
shell: bash
46
+ - name: Instantiate project
47
+ run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate();
48
- uses: actions/checkout@v4
49
- uses: julia-actions/setup-julia@v2
50
with:
@@ -84,6 +86,8 @@ jobs:
84
86
85
87
88
89
90
91
92
93
0 commit comments