Skip to content

Commit a02b1c3

Browse files
committed
Try to fix CI error
1 parent 31b50c1 commit a02b1c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Install matplotlib
4444
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
4545
shell: bash
46+
- name: Instantiate project
47+
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate();
4648
- uses: actions/checkout@v4
4749
- uses: julia-actions/setup-julia@v2
4850
with:
@@ -84,6 +86,8 @@ jobs:
8486
- name: Install matplotlib
8587
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
8688
shell: bash
89+
- name: Instantiate project
90+
run: julia -e 'using Pkg; Pkg.activate("."); Pkg.resolve(); Pkg.instantiate();
8791
- uses: actions/checkout@v4
8892
- uses: julia-actions/setup-julia@v2
8993
with:

0 commit comments

Comments
 (0)