Skip to content

Commit ea27585

Browse files
committed
Update Python in python tests
Summary: Update python to fix test breaks. Test Plan: Tested locally.
1 parent 162b0dc commit ea27585

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main_python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
20-
- name: Set up Python 3.8
21-
uses: actions/setup-python@v2
19+
- uses: actions/checkout@v4
20+
- name: Set up Python 3.10
21+
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: '3.10'
2424
- name: Install PyTorch
2525
run: |
2626
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)