Skip to content

Commit

Permalink
Add socrates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Aug 26, 2024
1 parent d91de8c commit 2710abd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
python -m pip install git+https://github.com/FormingWorlds/JANUS
python -m pip install git+https://github.com/FormingWorlds/MORS
- name: Setup system for SOCRATES
run: |
sudo apt-get update
sudo apt-get install libnetcdff-dev netcdf-bin
- uses: actions/cache@v3
id: cache-socrates
with:
Expand Down

0 comments on commit 2710abd

Please sign in to comment.