Skip to content

Commit

Permalink
edit workflow file for evil tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Oct 4, 2024
1 parent ec79751 commit eaf3336
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -

0 comments on commit eaf3336

Please sign in to comment.