From 6e17ba6aa5934355e008ebddc60e608192193a17 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Tue, 3 May 2022 10:12:17 -0400 Subject: [PATCH] Remove Python and use v2 action (#17059) --- .github/workflows/model-templates.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/model-templates.yml b/.github/workflows/model-templates.yml index 3fafffb6af..79e7d4a7e6 100644 --- a/.github/workflows/model-templates.yml +++ b/.github/workflows/model-templates.yml @@ -17,12 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v1 - - - name: Install Python - uses: actions/setup-python@v1 - with: - python-version: 3.6 + uses: actions/checkout@v2 - name: Install dependencies run: |