diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 896b613..b02c8b4 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,12 @@ jobs: with: python-version: "3.10" - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install flake8 - pip install -r requirements.txt + with: + context: . + run: | + python -m pip install --upgrade pip + pip install flake8 + pip install -r requirements.txt - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names