diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3be55bb1..7e2f14da 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.8', '3.10', '3.12'] + python-version: ['3.8', '3.10', '3.12'] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01c841af..fd22e4da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,8 +23,8 @@ jobs: - name: Install dependencies run: | - pip install -r requirements.txt - pip install coverage + pip3 install -r requirements.txt + pip3 install coverage - name: Test error outputs run: coverage run -m unittest -b