Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
136d5a4
1
Parent(s):
c4df718
Remove custom registry from workflows
Browse files
.github/workflows/CI.yml
CHANGED
@@ -36,11 +36,6 @@ jobs:
|
|
36 |
uses: julia-actions/[email protected]
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
-
- name: "Change package server"
|
40 |
-
env:
|
41 |
-
JULIA_PKG_SERVER: ""
|
42 |
-
run: |
|
43 |
-
julia -e 'using Pkg; Pkg.Registry.add("General")'
|
44 |
- name: "Cache dependencies"
|
45 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
46 |
env:
|
@@ -98,11 +93,6 @@ jobs:
|
|
98 |
uses: julia-actions/[email protected]
|
99 |
with:
|
100 |
version: ${{ matrix.julia-version }}
|
101 |
-
- name: "Change package server"
|
102 |
-
env:
|
103 |
-
JULIA_PKG_SERVER: ""
|
104 |
-
run: |
|
105 |
-
julia -e 'using Pkg; Pkg.Registry.add("General")'
|
106 |
- name: "Cache dependencies"
|
107 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
108 |
env:
|
|
|
36 |
uses: julia-actions/[email protected]
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
|
|
|
|
|
|
39 |
- name: "Cache dependencies"
|
40 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
41 |
env:
|
|
|
93 |
uses: julia-actions/[email protected]
|
94 |
with:
|
95 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
|
|
|
|
|
|
96 |
- name: "Cache dependencies"
|
97 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
98 |
env:
|
.github/workflows/CI_Windows.yml
CHANGED
@@ -36,11 +36,6 @@ jobs:
|
|
36 |
uses: julia-actions/[email protected]
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
-
- name: "Change package server"
|
40 |
-
env:
|
41 |
-
JULIA_PKG_SERVER: ""
|
42 |
-
run: |
|
43 |
-
julia -e 'using Pkg; Pkg.Registry.add("General")'
|
44 |
- name: "Cache dependencies"
|
45 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
46 |
env:
|
|
|
36 |
uses: julia-actions/[email protected]
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
|
|
|
|
|
|
39 |
- name: "Cache dependencies"
|
40 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
41 |
env:
|
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -30,11 +30,6 @@ jobs:
|
|
30 |
uses: julia-actions/[email protected]
|
31 |
with:
|
32 |
version: ${{ matrix.julia-version }}
|
33 |
-
- name: "Change package server"
|
34 |
-
env:
|
35 |
-
JULIA_PKG_SERVER: ""
|
36 |
-
run: |
|
37 |
-
julia -e 'using Pkg; Pkg.Registry.add("General")'
|
38 |
- name: "Set up Python"
|
39 |
uses: actions/setup-python@v1
|
40 |
with:
|
|
|
30 |
uses: julia-actions/[email protected]
|
31 |
with:
|
32 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
|
|
|
|
|
|
33 |
- name: "Set up Python"
|
34 |
uses: actions/setup-python@v1
|
35 |
with:
|
.github/workflows/CI_mac.yml
CHANGED
@@ -36,11 +36,6 @@ jobs:
|
|
36 |
uses: julia-actions/[email protected]
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
-
- name: "Change package server"
|
40 |
-
env:
|
41 |
-
JULIA_PKG_SERVER: ""
|
42 |
-
run: |
|
43 |
-
julia -e 'using Pkg; Pkg.Registry.add("General")'
|
44 |
- name: "Cache dependencies"
|
45 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
46 |
env:
|
|
|
36 |
uses: julia-actions/[email protected]
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
|
|
|
|
|
|
39 |
- name: "Cache dependencies"
|
40 |
uses: actions/cache@v1 # Thanks FromFile.jl
|
41 |
env:
|