Skip to content

Commit fc86ad1

Browse files
authored
Update ci.yml
1 parent 9cdc90a commit fc86ad1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
docs:
4545
name: Documentation
4646
runs-on: ubuntu-latest
47+
env:
48+
JULIA_PKG_SERVER: ""
4749
steps:
4850
- uses: actions/checkout@v2
4951
- uses: julia-actions/setup-julia@v1
@@ -52,7 +54,6 @@ jobs:
5254
- run: |
5355
julia --project=docs -e '
5456
using Pkg
55-
Pkg.update()
5657
Pkg.develop(PackageSpec(path=pwd()))
5758
Pkg.instantiate()'
5859
- run: |

0 commit comments

Comments
 (0)