Unverified Commit 6e17ba6a authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Remove Python and use v2 action (#17059)

parent a8fa2f91
...@@ -17,12 +17,7 @@ jobs: ...@@ -17,12 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v1 uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Install dependencies - name: Install dependencies
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment