From eaf3336545558b123232566d4bb7ee9dd0790f69 Mon Sep 17 00:00:00 2001 From: Ian Laflotte Date: Fri, 4 Oct 2024 11:46:03 -0400 Subject: [PATCH] edit workflow file for evil tabs instead of spaces --- .github/workflows/create_test_conda_env.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create_test_conda_env.yml b/.github/workflows/create_test_conda_env.yml index 6adb858..352e6b3 100644 --- a/.github/workflows/create_test_conda_env.yml +++ b/.github/workflows/create_test_conda_env.yml @@ -26,9 +26,9 @@ jobs: # add conda env's executables to github's PATH equiv. echo $CONDA/envs/fre-workflows/bin >> $GITHUB_PATH - - name: Run unittest in fre-workflows environment - run: | - # try to make sure the right things are in GITHUB_PATH - echo $CONDA/envs/fre-workflows/bin >> $GITHUB_PATH - cylc lint -v - cd data_lineage && python -m unittest discover -s test + - name: Run unittest in fre-workflows environment + run: | + # try to make sure the right things are in GITHUB_PATH + echo $CONDA/envs/fre-workflows/bin >> $GITHUB_PATH + cylc lint -v + cd data_lineage && python -m unittest discover -s test; cd -