Skip to content

Commit

Permalink
Adding back in generate_eta_files.py as it is needed for other tests,…
Browse files Browse the repository at this point in the history
… adding file generation call to workflow
  • Loading branch information
fmalatino committed Aug 27, 2024
1 parent 1f5579e commit 7fc42cf
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ 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
Loading

0 comments on commit 7fc42cf

Please sign in to comment.