From 4da36230c61a28e35db2a61de7a3776c876ff98f Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Tue, 2 Apr 2024 14:17:14 +0200 Subject: [PATCH] setup installation --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index cfdd25b..1b25aa9 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -25,7 +25,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - python install -r setup.py + python -r setup.py install pip install pytest