Skip to content

Commit

Permalink
Vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed May 30, 2024
1 parent bbff6d2 commit 7cedd20
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
sudo apt update
sudo apt-get install libnetcdff-dev netcdf-bin gfortran gcc
# Setup AGNI
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'

# Setup SOCRATES
- name: Get SOCRATES
uses: actions/checkout@v4
Expand All @@ -38,15 +44,10 @@ jobs:
source set_rad_env
cd ..
# Setup AGNI
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'

- name: Instantiate
run: |
source socrates/set_rad_env
echo $RAD_DIR
julia --project -e 'using Pkg; Pkg.instantiate()'
- name: Build
Expand Down

0 comments on commit 7cedd20

Please sign in to comment.