Skip to content

Commit

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

- name: Key
run: ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa

- name: SOCRATES
run: ./get_socrates.sh
- name: Get SOCRATES
uses: actions/checkout@v4
with:
repository: 'nichollsh/SOCRATES'
path: 'socrates'

- name: Build SOCRATES
run: |
export LD_LIBRARY_PATH=""
cd socrates
./configure
./build_code
source set_rad_env
cd ..
- name: Instantiate
run: julia --project -e 'using Pkg; Pkg.instantiate()'
Expand Down

0 comments on commit 84f7605

Please sign in to comment.