Skip to content

Commit 72f65f7

Browse files
committed
setting the env to lectures
1 parent 796bf5b commit 72f65f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Installing all the packages
3636
shell: bash -l {0}
3737
run: |
38-
julia --project --threads auto -e 'using Pkg; Pkg.instantiate();'
38+
julia --project --threads auto -e 'using Pkg; Pkg.activate("lectures"); Pkg.instantiate();'
3939
# Download Jupyter Book Cache
4040
- name: Download "build" folder (cache)
4141
uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)