diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad6576970..7ef7ce966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Test run: bash scripts/test.sh - name: Lint - if: ${{ matrix.python-version != '3.6' && matrix.click-7 }} + if: ${{ matrix.python-version != '3.6' && matrix.click-7 == true }} run: bash scripts/lint.sh - name: Upload coverage uses: codecov/codecov-action@v1