@@ -27,7 +27,7 @@ pipeline {
2727 }
2828 steps {
2929 sh '''
30- julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cuda"])'
30+ julia -e 'using Pkg: Pkg ; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cuda"])'
3131 '''
3232 }
3333 }
@@ -51,7 +51,7 @@ pipeline {
5151 }
5252 steps {
5353 sh '''
54- julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cuda"])'
54+ julia -e 'using Pkg: Pkg ; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cuda"])'
5555 '''
5656 }
5757 }
@@ -75,7 +75,7 @@ pipeline {
7575 }
7676 steps {
7777 sh '''
78- julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cutensor"])'
78+ julia -e 'using Pkg: Pkg ; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cutensor"])'
7979 '''
8080 }
8181 }
@@ -99,7 +99,7 @@ pipeline {
9999 }
100100 steps {
101101 sh '''
102- julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cutensor"])'
102+ julia -e 'using Pkg: Pkg ; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update(); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["cutensor"])'
103103 '''
104104 }
105105 }
@@ -120,7 +120,7 @@ pipeline {
120120 juliaup default lts
121121 '''
122122 sh '''
123- julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["metal"])'
123+ julia -e 'using Pkg: Pkg ; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update( ); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["metal"])'
124124 '''
125125 }
126126 }
@@ -141,11 +141,11 @@ pipeline {
141141 juliaup default release
142142 '''
143143 sh '''
144- julia -e 'using Pkg; Pkg.activate(temp=true); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["metal"])'
144+ julia -e 'using Pkg: Pkg ; Pkg.activate(temp=true); Pkg.Registry.update(); Pkg.update( ); Pkg.develop(path="./NDTensors"); Pkg.develop(path="."); Pkg.test("NDTensors"; test_args=["metal"])'
145145 '''
146146 }
147147 }
148148 }
149149 }
150150 }
151- }
151+ }
0 commit comments