We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c749c commit d94feccCopy full SHA for d94fecc
.github/workflows/CI.yml
@@ -97,7 +97,12 @@ jobs:
97
pkg"registry add General"
98
shell: julia --color=yes {0}
99
- name: Run tests
100
- run: julia --color=yes --code-coverage=user --depwarn=yes --project=test/python/ test/python/runtests.jl
+ run: |
101
+ julia --color=yes --code-coverage=user --depwarn=yes --project=test/python/ -e '
102
+ using Pkg
103
+ Pkg.instantiate()
104
+ Pkg.resolve()
105
+ include("test/python/runtests.jl")'
106
shell: bash
107
- uses: julia-actions/julia-buildpkg@v1
108
- uses: julia-actions/julia-processcoverage@v1
0 commit comments