Skip to content

Commit e41d633

Browse files
authored
Update .github/workflows/fix_doctests.yml
1 parent e56e5c5 commit e41d633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix_doctests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Fix doctests
1717
shell: julia --project=docs/ {0}
1818
run: |
19-
using Pkg:Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()
19+
using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()
2020
using Documenter
2121
using ChainRulesTestUtils
2222
doctest(ChainRulesTestUtils, fix=true)

0 commit comments

Comments
 (0)