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 2570bcc commit 058336bCopy full SHA for 058336b
.github/workflows/LiterateCheck.yml
@@ -38,7 +38,7 @@ jobs:
38
shell: julia --project=docs --color=yes {0}
39
run: |
40
import Pkg
41
- Pkg.develop(PackageSpec(path=pwd()))
+ Pkg.develop(Pkg.PackageSpec(path=pwd()))
42
if VERSION >= v"1.8-"
43
Pkg.Registry.add()
44
else
0 commit comments