We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246449b commit 6c107cbCopy full SHA for 6c107cb
ci/cscs-gh200.yml
@@ -11,6 +11,7 @@ unit_test:
11
Pkg.activate(pwd())'
12
- julia -e 'println("Running tests");
13
using Pkg;
14
+ Pkg.activate(pwd());
15
Pkg.test("Chmy"; test_args=["--backends=CUDA"])'
16
variables:
17
WITH_UENV_VIEW: 'juliaup'
0 commit comments