diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 7d35ee6..8d6a4c2 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -22,7 +22,7 @@ jobs: python-version: 3.9 - name: Install Dependencies - run: ls + run: python -m pip install --upgrade pip pip install -r requirements.txt pip install pytest