Skip to content

Commit 871bc6a

Browse files
authored
use github to fetch packages (#166)
1 parent 0749d68 commit 871bc6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
${{ runner.os }}-test-
3535
${{ runner.os }}-
3636
- run: julia --project=@. -e '
37+
ENV["JULIA_PKG_SERVER"] = "";
3738
using Pkg;
3839
Pkg.build();
3940
Pkg.test(coverage=true)'

0 commit comments

Comments
 (0)