We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690c6d6 commit b647cc4Copy full SHA for b647cc4
1 file changed
.github/workflows/MTKDownstream.yml
@@ -61,6 +61,8 @@ jobs:
61
shell: julia --color=yes --check-bounds=yes --depwarn=yes --project=downstream {0}
62
run: |
63
using Pkg
64
+ Pkg.status(; mode = Pkg.PKGMODE_MANIFEST)
65
+ @info pwd()
66
@info "dev StateSelection.jl"
67
Pkg.develop(; path = ".")
68
@info "dev ModelingToolkitTearing.jl"
0 commit comments