diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ec1c3ca..13b573f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,10 +18,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - # pip install testtools - # pip install requests - # pip install pytest - # pip install pytest-coverage if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest run: |