Skip to content

Commit

Permalink
test ci label
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Apr 25, 2024
1 parent b564cf8 commit 0ab2a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
setup:
name: Setup
runs-on: [single-gpu, nvidia-gpu, t4, ci]
runs-on: [single-gpu, nvidia-gpu, t4, ci-test]
container:
image: huggingface/transformers-all-latest-gpu
options: --gpus 0 --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: doc_test_results
path: doc_test_results
path: doc_test_results

0 comments on commit 0ab2a21

Please sign in to comment.