From a25b4dbd7dbf72b35d1aa1080b835f5006b729eb Mon Sep 17 00:00:00 2001 From: Ian Laflotte Date: Fri, 4 Oct 2024 12:38:46 -0400 Subject: [PATCH] TABS!!!! --- .github/workflows/create_test_conda_env.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create_test_conda_env.yml b/.github/workflows/create_test_conda_env.yml index 76e2496..bf2c96e 100644 --- a/.github/workflows/create_test_conda_env.yml +++ b/.github/workflows/create_test_conda_env.yml @@ -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 :-("; \ No newline at end of file