Skip to content

Commit

Permalink
fre-nctools dependency added in for make-timeseries tests. comments i…
Browse files Browse the repository at this point in the history
…nto workflow file and pytest call for make-timeseries
  • Loading branch information
ilaflott committed Oct 4, 2024
1 parent 7ec266b commit e54e41b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ jobs:
run: |
# try to make sure the right things are in GITHUB_PATH
echo $CONDA/envs/fre-workflows/bin >> $GITHUB_PATH
# lint .cylc workflow files
cylc lint -v || echo "cylc lint threw non-zero exit code"
# unittests for data_lineage
cd data_lineage && python -m unittest discover -s test -v; cd -
# pytest unittests for make-timeseries
cd app/make-timeseries && pytest -v -v -x ./tests/; cd -
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- pyyaml
- pylint
- jsonschema
- noaa-gfdl::fre-nctools
- conda-forge::cylc-flow>=8.2.0
- conda-forge::cylc-rose
- conda-forge::metomi-rose
Expand Down

0 comments on commit e54e41b

Please sign in to comment.