Skip to content

Commit d481506

Browse files
committed
remove doctests for now
1 parent 6dd9a08 commit d481506

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,12 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: julia-actions/setup-julia@v1
4949
with:
50-
version: '1'
50+
version: '1.5'
5151
- run: |
5252
julia --project=docs -e '
5353
using Pkg
5454
Pkg.develop(PackageSpec(path=pwd()))
5555
Pkg.instantiate()'
56-
- run: |
57-
julia --project=docs -e '
58-
using Documenter: doctest
59-
using GeometryBasics
60-
doctest(GeometryBasics)'
6156
- run: julia --project=docs docs/make.jl
6257
env:
6358
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)