From 45f896d08930a48e3c62fa36491e0db8604120cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 30 Aug 2021 09:50:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Only=20lint=20in=20Python=203.7+?= =?UTF-8?q?=20and=20Click=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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