diff --git a/.github/workflows/create_test_conda_env.yml b/.github/workflows/create_test_conda_env.yml index 393e011..82fc83d 100644 --- a/.github/workflows/create_test_conda_env.yml +++ b/.github/workflows/create_test_conda_env.yml @@ -51,7 +51,7 @@ jobs: cd -; # pytest unittests for make-timeseries - cd app/make-timeseries && \ + cd app/make-timeseries && \ pytest -v -v -rx ./test || \ echo "pytest for make-timeseries failed"; \ pylint -v || \