Skip to content

Commit

Permalink
Run this on Python 3.8
Browse files Browse the repository at this point in the history
The gcloud version I am using breaks on later Pythons.
  • Loading branch information
simonw committed Oct 25, 2023
1 parent d796e14 commit a40161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.8'
cache: pip
cache-dependency-path: setup.py
- name: Install Python dependencies
Expand Down

0 comments on commit a40161f

Please sign in to comment.