From 27c3edec60b02f1ea8b8116192606bef78b17cf3 Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 15 Feb 2024 09:11:05 +0100 Subject: [PATCH] HotFix compilation of packages --- .github/workflows/CI.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a46494a..ec6f2c0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,14 +36,6 @@ jobs: - name: Enable downloading datasets (like CIFAR10) run: echo "DATADEPS_ALWAYS_ACCEPT=true" >> ${GITHUB_ENV} shell: bash - - name: Install dependencies in the environment - run: | - using Pkg - Pkg.add(url="https://github.com/jakubpeleska/ACiD.jl.git") - Pkg.resolve() - Pkg.update() - Pkg.instantiate() - shell: julia --color=yes --project=. {0} - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: