Skip to content

Commit f6fc9b4

Browse files
jameskermodeclaude
andcommitted
Remove ACEregistry from CI workflows
ACEpotentials and ACEfit are now registered in the General registry, so the ACEregistry is no longer needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 9d75c3e commit f6fc9b4

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@ jobs:
4242
version: ${{ matrix.version }}
4343
arch: ${{ matrix.arch }}
4444
- uses: actions/setup-python@v2
45-
with:
45+
with:
4646
python-version: ${{ matrix.python-version }}
47-
- run: |
48-
using Pkg
49-
Pkg.pkg"registry add https://github.com/ACEsuit/ACEregistry"
50-
shell: bash -c "julia --color=yes {0}"
5147
- uses: julia-actions/cache@v2
5248
- uses: julia-actions/julia-buildpkg@v1
5349
- uses: julia-actions/julia-runtest@v1
@@ -140,10 +136,6 @@ jobs:
140136
- uses: julia-actions/setup-julia@v2
141137
with:
142138
version: '1'
143-
- run: |
144-
using Pkg
145-
Pkg.pkg"registry add https://github.com/ACEsuit/ACEregistry"
146-
shell: bash -c "julia --color=yes {0}"
147139
- uses: actions/setup-python@v2
148140
with:
149141
python-version: '3.11'

.github/workflows/export-ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ jobs:
9797
restore-keys: |
9898
${{ runner.os }}-julia-export-
9999
100-
- name: Add ACE registry
101-
run: |
102-
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/ACEsuit/ACEregistry"))'
103-
104100
- name: Install Julia dependencies
105101
run: |
106102
julia --project=export -e '
@@ -149,10 +145,6 @@ jobs:
149145
restore-keys: |
150146
${{ runner.os }}-julia-export-
151147
152-
- name: Add ACE registry
153-
run: |
154-
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/ACEsuit/ACEregistry"))'
155-
156148
- name: Install Julia dependencies
157149
run: |
158150
julia --project=export -e '
@@ -200,10 +192,6 @@ jobs:
200192
restore-keys: |
201193
${{ runner.os }}-julia-export-
202194
203-
- name: Add ACE registry
204-
run: |
205-
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/ACEsuit/ACEregistry"))'
206-
207195
- name: Install Julia dependencies
208196
run: |
209197
julia --project=export -e '
@@ -247,10 +235,6 @@ jobs:
247235
restore-keys: |
248236
${{ runner.os }}-julia-export-
249237
250-
- name: Add ACE registry
251-
run: |
252-
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/ACEsuit/ACEregistry"))'
253-
254238
- name: Install Julia dependencies
255239
run: |
256240
julia --project=export -e '
@@ -304,10 +288,6 @@ jobs:
304288
restore-keys: |
305289
${{ runner.os }}-julia-export-
306290
307-
- name: Add ACE registry
308-
run: |
309-
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/ACEsuit/ACEregistry"))'
310-
311291
- name: Install Julia dependencies
312292
run: |
313293
julia --project=export -e '

0 commit comments

Comments
 (0)