From ec92bec00b0a8207f220ce10370c7dd9c426b3b1 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Mon, 14 Oct 2024 16:05:35 +0200 Subject: [PATCH] add env variable for slow tests --- .github/workflows/test_openvino_basic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_openvino_basic.yml b/.github/workflows/test_openvino_basic.yml index 82c39da371..eefce73ab4 100644 --- a/.github/workflows/test_openvino_basic.yml +++ b/.github/workflows/test_openvino_basic.yml @@ -77,3 +77,4 @@ jobs: pytest tests/openvino -s -m "run_slow" --durations=0 env: RUN_SLOW: 1 + HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}