From 1aa1deb3c74ebc2e78e414ee71d207bc3bd35951 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 22 Jan 2022 21:47:27 +0200 Subject: [PATCH] Run linter in parallel with tests --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f64f418f..efcefa021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,6 @@ jobs: test: name: Test - needs: lint strategy: matrix: pyver: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']