Skip to content

Commit

Permalink
Dodo: Bump Publish Workflow Python Version to 3.8
Browse files Browse the repository at this point in the history
**Problem**
Dodo workflow fails with https://github.com/twitter/dodo/actions/runs/8930806565/job/24531647607
```
Run actions/setup-python@v2
Version 3.6 was not found in the local cache
Error: Version 3.6 with arch x64 not found
```
**Solution**
Choose 3.8 which is available in the list of versions https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Differential Revision: https://phabricator.twitter.biz/D1141083
  • Loading branch information
ctutika authored and jenkins committed May 3, 2024
1 parent 2064f7b commit a4c799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java-version: [email protected]
- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
- name: setup/sphinx
run: |
sudo apt-get update
Expand Down

0 comments on commit a4c799b

Please sign in to comment.