Skip to content

Commit

Permalink
Amending workflow to reflect removal of eta file generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Aug 27, 2024
1 parent 9ffcdf4 commit 1f5579e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
pip3 install --upgrade pip setuptools wheel
pip3 install -r requirements_dev.txt -c constraints.txt
- name: prepare input files
run: |
cd ${GITHUB_WORKSPACE}/pace
mkdir tests/main/input
python3 examples/generate_eta_files.py
mv *eta*.nc tests/main/input
- name: run tests
run: |
cd ${GITHUB_WORKSPACE}/pace
Expand Down

0 comments on commit 1f5579e

Please sign in to comment.