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 7cedd20 commit dbbda49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,19 @@ jobs:
- name: Instantiate
run: |
source socrates/set_rad_env
echo $RAD_DIR
export LD_LIBRARY_PATH=""
julia --project -e 'using Pkg; Pkg.instantiate()'
- name: Build
run: |
source socrates/set_rad_env
export LD_LIBRARY_PATH=""
julia --project -e 'using Pkg; Pkg.build()'
- name: Test
run: |
source socrates/set_rad_env
export LD_LIBRARY_PATH=""
julia --project -e 'using Pkg; Pkg.test()'

0 comments on commit dbbda49

Please sign in to comment.