diff --git a/.github/workflows/cona-isa.yml b/.github/workflows/cona-isa.yml index a1db8c6..047408e 100644 --- a/.github/workflows/cona-isa.yml +++ b/.github/workflows/cona-isa.yml @@ -208,7 +208,7 @@ jobs: pip install -r requirements.txt - name: Lint with flake8 run: | - pip3 install flake8 + pip install flake8 # stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide