Skip to content

Commit 6e17ba6

Browse files
authored
Remove Python and use v2 action (#17059)
1 parent a8fa2f9 commit 6e17ba6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/model-templates.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v1
21-
22-
- name: Install Python
23-
uses: actions/setup-python@v1
24-
with:
25-
python-version: 3.6
20+
uses: actions/checkout@v2
2621

2722
- name: Install dependencies
2823
run: |

0 commit comments

Comments
 (0)