"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "b6b6daf2b7d0726084bba60e21196989dd12f7f6"
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:
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: |
......
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