Skip to content

Commit 8c7e9d3

Browse files
committed
[CI] Add specific step to instantiate the environment
1 parent 6607398 commit 8c7e9d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/Deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
with:
5555
# Same version as the one used to resolve the manifest
5656
version: '1.12.5'
57+
- name: Instantiate environment
58+
run: |
59+
julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'
5760
- uses: julia-actions/cache@v3
5861
- uses: tlienart/xranklin-build-action@e70949a36370edb99328be6141fb276265d96ea7
5962
with:

0 commit comments

Comments
 (0)