Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 48f8e8b

Browse files
authored
Update run-readme-pr.yml
Don't specify Pytorch version
1 parent de6eb7e commit 48f8e8b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/run-readme-pr.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3 # Updated to v3
1818
- uses: actions/setup-python@v4 # Updated to v4
19-
with:
20-
python-version: '3.10.11'
2119
- uses: maxim-lobanov/setup-xcode@v1 # This action is fine
2220
if: runner.os == 'macOS'
2321
with:
@@ -58,8 +56,6 @@ jobs:
5856
steps:
5957
- uses: actions/checkout@v3 # Updated to v3
6058
- uses: actions/setup-python@v4 # Updated to v4
61-
with:
62-
python-version: '3.10.11'
6359
- uses: maxim-lobanov/setup-xcode@v1 # This action is fine
6460
if: runner.os == 'macOS'
6561
with:
@@ -101,8 +97,6 @@ jobs:
10197
steps:
10298
- uses: actions/checkout@v3 # Updated to v3
10399
- uses: actions/setup-python@v4 # Updated to v4
104-
with:
105-
python-version: '3.10.11'
106100
- uses: maxim-lobanov/setup-xcode@v1 # This action is fine
107101
if: runner.os == 'macOS'
108102
with:
@@ -143,8 +137,6 @@ jobs:
143137
steps:
144138
- uses: actions/checkout@v3 # Updated to v3
145139
- uses: actions/setup-python@v4 # Updated to v4
146-
with:
147-
python-version: '3.10.11'
148140
- uses: maxim-lobanov/setup-xcode@v1 # This action is fine
149141
if: runner.os == 'macOS'
150142
with:
@@ -186,8 +178,6 @@ jobs:
186178
steps:
187179
- uses: actions/checkout@v3 # Updated to v3
188180
- uses: actions/setup-python@v4 # Updated to v4
189-
with:
190-
python-version: '3.10.11'
191181
- uses: maxim-lobanov/setup-xcode@v1 # This action is fine
192182
if: runner.os == 'macOS'
193183
with:
@@ -228,8 +218,6 @@ jobs:
228218
steps:
229219
- uses: actions/checkout@v3 # Updated to v3
230220
- uses: actions/setup-python@v4 # Updated to v4
231-
with:
232-
python-version: '3.10.11'
233221
- uses: maxim-lobanov/setup-xcode@v1 # This action is fine
234222
if: runner.os == 'macOS'
235223
with:

0 commit comments

Comments
 (0)