Skip to content

Commit

Permalink
Fix Python versions used to build in auto-publish workflow.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488696803
  • Loading branch information
cpgaffney1 authored and copybara-github committed Nov 15, 2022
1 parent 3b13913 commit aba31cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Install deps
- uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: [3.7, 3.8, 3.9]
- run: pip --version
- run: pip install -e .[all,dev]
- run: pip freeze
Expand Down

0 comments on commit aba31cb

Please sign in to comment.