Skip to content

Commit

Permalink
Update python in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Oct 6, 2023
1 parent 9def0ca commit 35751ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35751ba

Please sign in to comment.