Skip to content

Commit 7a13875

Browse files
committed
Doctests on Julia 1
1 parent f7ce86c commit 7a13875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v2
8686
- uses: julia-actions/setup-julia@v1
8787
with:
88-
version: 'nightly'
88+
version: '1'
8989
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
9090
shell: bash
9191
env:

0 commit comments

Comments
 (0)