Skip to content

Commit

Permalink
switch build to Python 3.8 to avoid 3.9 build issues
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 340565152
  • Loading branch information
cghawthorne authored and Magenta Team committed Nov 4, 2020
1 parent 484e854 commit 95f3ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 95f3ed8

Please sign in to comment.