diff --git a/.github/workflows/bag_on_linux.yml b/.github/workflows/bag_on_linux.yml index ab9f5a9..f973ad4 100644 --- a/.github/workflows/bag_on_linux.yml +++ b/.github/workflows/bag_on_linux.yml @@ -32,9 +32,9 @@ jobs: run: | conda install flake8 # stop the build if there are Python syntax errors or undefined names - flake8 .\hyo2\bag --count --select=E9,F63,F7,F82 --show-source --statistics + flake8 ./hyo2/bag --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 .\hyo2\bag --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + flake8 ./hyo2/bag --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics continue-on-error: true - name: Test with pytest run: |