Skip to content

Commit

Permalink
fix for makeshift fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Aug 29, 2024
1 parent 3089756 commit 39503ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}

- name: "Install dependencies" # remove Pkg.add(name="BoundaryValueDiffEq", version="5.6") as soon as no longer required!
run: julia --project=examples/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.add(name="BoundaryValueDiffEq", version="5.6"); Pkg.instantiate(); Pkg.update()'
- name: "Install dependencies" # remove Pkg.add(name="BoundaryValueDiffEq", version="5.6") as soon as no longer required! ; Pkg.update() could be added at the end, right now not possible, as it updates BoundryvaluediffEQ to an incompatible version
run: julia --project=examples/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.add(name="BoundaryValueDiffEq", version="5.6"); Pkg.instantiate()'

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

0 comments on commit 39503ae

Please sign in to comment.