Skip to content

Commit a5b6297

Browse files
githubsgisoumith
authored andcommitted
Bumping up Python from 3.8 to 3.9 in wf yaml.
1 parent fe39e70 commit a5b6297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_distributed.yaml

Lines changed: 2 additions & 2 deletions
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.9
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.8
23+
python-version: 3.9
2424
- name: Install PyTorch
2525
uses: astral-sh/setup-uv@v6
2626
- name: Run Tests

0 commit comments

Comments
 (0)