From 6f9c0c8cc8034f69fb3ea5efe01bd9b8d3df5609 Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Thu, 28 Mar 2024 11:55:05 +0100 Subject: [PATCH] ls --- .github/workflows/pytest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 0c345db..7d35ee6 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -22,7 +22,8 @@ jobs: python-version: 3.9 - name: Install Dependencies - run: python -m pip install --upgrade pip + run: ls + python -m pip install --upgrade pip pip install -r requirements.txt pip install pytest