From cb5be106a34eb73427423630b3bc2652d01789e3 Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Tue, 2 Apr 2024 14:21:54 +0200 Subject: [PATCH] pip install setup --- .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 1b25aa9..5d0b52d 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 -r setup.py install + pip install -r setup.py pip install pytest