Skip to content

Commit

Permalink
TABS!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Oct 4, 2024
1 parent 63aecbe commit a25b4db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
# unittests for data_lineage
cd data_lineage && python -m unittest discover -s test -v || echo "data_lineage unittest failed."; cd -;
# pytest unittests for regrid-xy
cd app/regrid-xy && pytest -v -v -rx ./t || echo "pytest unittests for regrid-xy failed"; cd -;

# pytest unittests for regrid-xy
cd app/regrid-xy && pytest -v -v -rx ./t || echo "pytest unittests for regrid-xy failed"; cd -;
# pytest unittests for make-timeseries
cd app/make-timeseries && pytest -v -v -rx ./test || echo "pytest for make-timeseries failed"; cd -;

# pytest unittests for remap-pp-components
cd app/remap-pp-components && pytest -v -v -rx ./t/ || echo "pytest for remap-pp-components failed"; cd -;

# pytest unittests for other things in this repository
pytest -v -v -rx ./tests || echo "pytest unittests for root directory failed :-(";

0 comments on commit a25b4db

Please sign in to comment.