Skip to content

Commit

Permalink
Use separate registry for Tofu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RupeshJey committed Nov 25, 2020
1 parent 5e518f7 commit da60a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/AutomatedGPUTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da60a7c

Please sign in to comment.