Skip to content

Commit

Permalink
HotFix compilation of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Radian-Fi committed Feb 15, 2024
1 parent cfe9cbf commit 27c3ede
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27c3ede

Please sign in to comment.