Skip to content

Commit 0834097

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Set up Python 3.8
20+
- name: Set up Python 3.10
2121
uses: actions/setup-python@v2
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)