From 88075b0a6d3369778c9890ad5c6b2f7d62e1fff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 30 Aug 2021 09:53:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20linting=20rule,=20only=20o?= =?UTF-8?q?n=20Click=208,=20strike=201=20=E2=9A=BE?= 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 1b8572536..403856f36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: if: matrix.click-7 run: pip install "click<8.0.0" - name: Lint - if: ${{ matrix.python-version != '3.6' && matrix.click-7 == true }} + if: ${{ matrix.python-version != '3.6' && matrix.click-7 == false }} run: bash scripts/lint.sh - name: Test run: bash scripts/test.sh