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 e56e5c5 commit e41d633Copy full SHA for e41d633
.github/workflows/fix_doctests.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Fix doctests
17
shell: julia --project=docs/ {0}
18
run: |
19
- using Pkg:Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()
+ using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()
20
using Documenter
21
using ChainRulesTestUtils
22
doctest(ChainRulesTestUtils, fix=true)
0 commit comments