Skip to content

Commit

Permalink
Cannot bash ubuntu.evn.sh; need detailed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dunyuliu committed Jul 25, 2024
1 parent aa5e02b commit 9ebc6c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:

- name: Install dependencies
run: |
sudo bash ubuntu.env.sh > testRunLog.txt || true
apt-get install git vim make mpich
apt-get install libnetcdf-dev libnetcdff-dev
apt-get install python3 python3-pip
pip install numpy netCDF4 matplotlib xarray
pip install --upgrade numpy
- name: Run tests
run: |
Expand Down

0 comments on commit 9ebc6c3

Please sign in to comment.