"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "140c6edeb960decf56ee260968b534d401a1f706"
Unverified Commit 09013efd authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Update step name (#16189)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 36f8c425
...@@ -76,7 +76,7 @@ jobs: ...@@ -76,7 +76,7 @@ jobs:
working-directory: /transformers working-directory: /transformers
run: git fetch && git checkout ${{ github.sha }} run: git fetch && git checkout ${{ github.sha }}
- name: Run all non-slow tests on GPU - name: Run all tests on GPU
working-directory: /transformers working-directory: /transformers
run: python3 -m pytest -v --make-reports=${{ matrix.machines }}_tests_gpu_${{ matrix.folders }} tests/${{ matrix.folders }} run: python3 -m pytest -v --make-reports=${{ matrix.machines }}_tests_gpu_${{ matrix.folders }} tests/${{ matrix.folders }}
......
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