Skip to content

Commit

Permalink
use bash -el {0}
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Sep 27, 2023
1 parent 8502046 commit 2f25451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
# # $CONDA is an environment variable pointing to the root of the miniconda directory
# $CONDA/bin/conda env update --file environment.yml --name base
- name: Lint with flake8
shell: bash -el {0}
run: |
$CONDA/bin/flake8 phylofiller/
which -a flake8; env
flake8 phylofiller/
- name: run python tests
run: |
$CONDA/bin/nosetests phylofiller --with-doctest --with-coverage
Expand Down

0 comments on commit 2f25451

Please sign in to comment.