Skip to content

Commit

Permalink
Update fluxdataqaqc_tests.yml for flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVolk authored Jan 23, 2024
1 parent da9ce25 commit d5cb963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fluxdataqaqc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
$CONDA/bin/conda env update --file environment.yml --name base
- name: Lint with flake8
run: |
$CONDA/bin/conda install conda-libmamba-solver
$CONDA/bin/conda install flake8
# stop the build if there are Python syntax errors or undefined names
$CONDA/bin/flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --builtins='Path'
Expand Down

0 comments on commit d5cb963

Please sign in to comment.