Skip to content

Commit fbca3ff

Browse files
committed
Bugfix Julia Registry
1 parent 636e7dc commit fbca3ff

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22

3+
env:
4+
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: conservative
5+
36
on:
47
push:
58
branches:

.github/workflows/Documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Documentation
22

3+
env:
4+
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: conservative
5+
36
on:
47
push:
58
branches:

0 commit comments

Comments
 (0)