Skip to content

Commit

Permalink
debug checks
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Aug 29, 2024
1 parent b5ad47e commit 462a9bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ jobs:
arch: ${{ matrix.julia-arch }}

- name: "Install dependencies"
run: julia --project=examples/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.update()'
run: julia --project=examples/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

- name: "update dependencies"
run: julia --project=examples/ -e 'using Pkg; Pkg.update()'

- name: "print debug dependencies"
run: julia --project=examples/ -e 'using Pkg; Pkg.status(mode = PKGMODE_MANIFEST)'

- name: "Install packages"
run: pip install jupyter nbconvert
Expand Down

0 comments on commit 462a9bd

Please sign in to comment.