Skip to content

Commit

Permalink
Hotfix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Radian-Fi committed Feb 15, 2024
1 parent d9f2eb6 commit ae62f60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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' |

0 comments on commit ae62f60

Please sign in to comment.