Skip to content

Commit 68bb350

Browse files
authored
Merge pull request #17 from QuantEcon/reports
Instantiating the packages before running
2 parents a706bf0 + 5d477e7 commit 68bb350

File tree

2 files changed

+157
-154
lines changed

2 files changed

+157
-154
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
uses: julia-actions/setup-julia@v1
2929
with:
3030
version: 1.6.0
31-
- name: Install IJulia
32-
run: julia -e 'using Pkg; Pkg.add("IJulia");'
31+
- run: julia -e 'using Pkg; Pkg.activate("lectures"); Pkg.instantiate(); Pkg.add("IJulia");'
3332
shell: bash
3433
# - name: Download "build" folder (cache)
3534
# uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)