From 90fc176e9022db0b3449d52e0fc537a78fceebc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 5 Nov 2022 15:04:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20CI=20config?= 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 fa4ced9fea..4d21543034 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: if: ${{ matrix.python-version != '3.6' }} run: python -m flit install --symlink - name: Install Dependencies - if: ${{ matrix.python-version != '3.6' }} + if: ${{ matrix.python-version == '3.6' }} # This doesn't install the editable install, so coverage doesn't get subprocesses run: python -m pip install ".[test]" - name: Install Click 7