From 39e03a8c5d09868171eb184a0e7ca4c701e348ef Mon Sep 17 00:00:00 2001 From: Ian Laflotte Date: Fri, 4 Oct 2024 12:52:06 -0400 Subject: [PATCH] whitespace fixes again... --- .github/workflows/create_test_conda_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || \