Skip to content

Commit

Permalink
Update create_test_conda_env.yml
Browse files Browse the repository at this point in the history
quick clean up edit
  • Loading branch information
ilaflott authored Jul 30, 2024
1 parent 5a88208 commit 5ff53ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
python --version
$CONDA/envs/fre-cli/bin/python --version
# run pytest
#$CONDA/envs/fre-cli/bin/pytest
pytest --config-file=fre/pytest.ini --cov-config=fre/coveragerc --cov=fre fre/
- name: Run pylint in fre-cli environment
Expand All @@ -46,5 +45,4 @@ jobs:
python --version
$CONDA/envs/fre-cli/bin/python --version
# run pytest
#$CONDA/envs/fre-cli/bin/pylint
pylint fre/ || echo "pylint returned non-zero exit code. preventing workflow from dying with this echo."

0 comments on commit 5ff53ce

Please sign in to comment.