diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e9ecaa5..9a823b14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,15 +17,11 @@ jobs: with: # pytype currently doesn't work with python >= 3.9 python-version: 3.8 - # - name: Install tox - # run: pip install tox - # - name: Run style and typing checks - # run: tox -e lint test: runs-on: ${{ matrix.platform }} strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.9] platform: [ubuntu-latest] steps: - uses: actions/checkout@v2