diff options
-rw-r--r-- | .github/workflows/forms-backend.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index 908a186..c7ac36b 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -12,9 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Add custom PYTHONUSERBASE to PATH - run: echo '${{ env.PYTHONUSERBASE }}/bin/' >> $GITHUB_PATH - - name: Checkout repository uses: actions/checkout@v2 @@ -46,7 +43,7 @@ jobs: # This implemention allows showing linting errors in PRs under Files tab. - name: Run flake8 - run: "flake8 --format='::error file=%(path)s,line=%(row)d,col=%(col)d::[flake8] %(code)s: %(text)s''" + run: "flake8 --format='::error file=%(path)s,line=%(row)d,col=%(col)d::[flake8] %(code)s: %(text)s'" build: name: Build & Push |