diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 2f8f9cc..5a8734b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install flake8 pytest - python3 -m pip install -e . + python -m pip install -e . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names