Skip to content

Commit 741f663

Browse files
committed
try
1 parent c593e13 commit 741f663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/self-scheduled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
name: Identify models to test
8787
working-directory: /transformers/tests
8888
run: |
89+
apt-get install curl
8990
if [ "${{ inputs.job }}" = "run_models_gpu" ]; then
9091
echo "folder_slices=$(python3 ../utils/split_model_tests.py --num_splits ${{ env.NUM_SLICES }})" >> $GITHUB_OUTPUT
9192
echo "slice_ids=$(python3 -c 'd = list(range(${{ env.NUM_SLICES }})); print(d)')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)