Skip to content

Commit 058336b

Browse files
authored
Fix LiterateCheck (part II)
1 parent 2570bcc commit 058336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LiterateCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: julia --project=docs --color=yes {0}
3939
run: |
4040
import Pkg
41-
Pkg.develop(PackageSpec(path=pwd()))
41+
Pkg.develop(Pkg.PackageSpec(path=pwd()))
4242
if VERSION >= v"1.8-"
4343
Pkg.Registry.add()
4444
else

0 commit comments

Comments
 (0)