We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7756672 commit ca1472bCopy full SHA for ca1472b
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install package dependencies
42
run: |
43
- julia --project=. -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/<username>/GOC3Benchmark.jl")); Pkg.instantiate(); Pkg.precompile()'
+ julia --project=. -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/lanl-ansi/GOC3Benchmark.jl")); Pkg.instantiate(); Pkg.precompile()'
44
45
- name: Check for CUDA availability
46
id: check-cuda
0 commit comments