We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5046993 commit 9baec2fCopy full SHA for 9baec2f
.github/workflows/CommonCI.yml
@@ -143,7 +143,7 @@ jobs:
143
if: ${{ inputs.project != '.' }}
144
run: |
145
import Pkg
146
- PKg.activate(get(ENV, "JULIA_PROJECT", nothing))
+ Pkg.activate(get(ENV, "JULIA_PROJECT", nothing))
147
if VERSION < v"1.11-"
148
Pkg.develop([PackageSpec(; path="."), PackageSpec(; path="lib/ReactantCore")])
149
end
0 commit comments