From 8e70a3cd46fd0381636d88f7495e77aa126cdb96 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Tue, 31 Jan 2023 13:21:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20python=203.7=20test=20still=20fa?= =?UTF-8?q?il?= 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 e8137d56..896632a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - name: 🦾 Install dependencies run: | python -m pip install --upgrade pip - pip install -m . + pip install -e . pip install pytest, flake8, black - name: 🧹 Lint with flake8 run: |