Skip to content

Commit

Permalink
[ci] un-pin python 3.9 for lint job, that typed_ast bug has been fixe…
Browse files Browse the repository at this point in the history
…d by now

besides, Github images no longer contain that 3.9.7 python and fail otherwise

https://github.com/googlefonts/nanoemoji/actions/runs/3532214235/jobs/5926295729#step:3:8
  • Loading branch information
anthrotype committed Nov 23, 2022
1 parent f4b7bec commit 77ba8d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
# typed_ast (used by pytype) has a problem when run under 3.9.8, pin to 3.9.7
# until resolved: https://github.com/python/typed_ast/issues/169
python-version: "3.9.7"
python-version: "3.9"
- name: Install tox
run: pip install tox
- name: Run style and typing checks
Expand Down

0 comments on commit 77ba8d6

Please sign in to comment.