diff --git a/.github/workflows/AutomatedGPUTests.yml b/.github/workflows/AutomatedGPUTests.yml index e9f9363a..784e2af3 100644 --- a/.github/workflows/AutomatedGPUTests.yml +++ b/.github/workflows/AutomatedGPUTests.yml @@ -15,5 +15,6 @@ jobs: uses: julia-actions/setup-julia@latest with: version: ${{ matrix.julia-version }} + - run: export JULIA_DEPOT_PATH="/home/rjeyaram/actions-runner" - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-runtest@latest \ No newline at end of file diff --git a/Project.toml b/Project.toml index 1db6d53a..1beafaa8 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ KernelAbstractions = "0.3.0, 0.4" NetCDF = "0.10" Parameters = "0.12" ProgressMeter = "1.3" -SpecialFunctions = "0.10" +SpecialFunctions = "0.10, 1.0" StaticArrays = "0.12" WignerSymbols = "1.1" julia = "≥ 1.3"