From ae62f60b30d6c3b59d9b171939013d6263cc4bf6 Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 15 Feb 2024 05:43:39 +0100 Subject: [PATCH] Hotfix for tests --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a7c945d..ec6f2c0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,6 +33,9 @@ jobs: - name: Set the number of threads to 5 run: echo "JULIA_NUM_THREADS=5" >> ${GITHUB_ENV} shell: bash + - name: Enable downloading datasets (like CIFAR10) + run: echo "DATADEPS_ALWAYS_ACCEPT=true" >> ${GITHUB_ENV} + shell: bash - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: @@ -41,5 +44,3 @@ jobs: - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - with: - prefix: echo 'y' |