We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7123a43 commit 3197e31Copy full SHA for 3197e31
1 file changed
.github/workflows/aot.yml
@@ -44,9 +44,7 @@ jobs:
44
arch: ${{ matrix.architecture }}
45
show-versioninfo: true
46
47
- - name: Install PackageCompiler.jl
48
- run: using Pkg; Pkg.add("PackageCompiler", version="1")
49
- shell: julia --color=yes {0}
+ - run: julia -e 'using Pkg; pkg"add PackageCompiler"'
50
51
- run: aot/compile.jl
52
- run: aot/assert_has_pycall.jl
0 commit comments