Skip to content

Commit

Permalink
[github] upgrade python to 3.10
Browse files Browse the repository at this point in the history
Summary:
github CI fails with python frontend test changes because it's using
3.8.

Reviewed By: geralt-encore

Differential Revision:
D68651242

Privacy Context Container: L1208441

fbshipit-source-id: 996e3ef84dfc7c4c2158f9e1a72dc2dbfa746ece
  • Loading branch information
jvillard authored and facebook-github-bot committed Jan 27, 2025
1 parent 334f4a8 commit b6a15a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'

- name: Get OS version
uses: sersoft-gmbh/os-version-action@v1
Expand Down

0 comments on commit b6a15a6

Please sign in to comment.