Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
pawbz committed May 17, 2023
1 parent db904b3 commit dada736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ExportPluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
${{ runner.os }}-pluto_state_cache-v2-${{ hashFiles('**/Project.toml', '**/Manifest.toml', '.github/workflows/*' ) }}
- name: Install dependencies
run: julia -e 'import Pkg; Pkg.instantiate()'
run: julia -e 'import Pkg; Pkg.instantiate(); Pkg.activate(); Pkg.add("GeoPhyInv")'

- name: Configure GeoPhyInv
run: |
julia -e 'using GeoPhyInv; GeoPhyInv.set_preferences()'
Expand Down

0 comments on commit dada736

Please sign in to comment.