Skip to content

Commit

Permalink
ci: use isamborg and register reflionx
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Jul 1, 2024
1 parent 2e558c9 commit 7b900b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- run: |
git config --global user.email "bot@astro-group-bristol"
git config --global user.name "astro-group-bristol[bot]"
git config --global user.email "[email protected]"
git config --global user.name "Isamborg"
julia -e '
import Pkg
Pkg.add(url="https://github.com/GunnarFarneback/LocalRegistry.jl")
using LocalRegistry
Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/astro-group-bristol/AstroRegistry/"))
# add packages to register
for package in ["KYNReverb", "Relline", "Relxill", "Warmabs"]
for package in ["KYNReverb", "Relline", "Relxill", "Warmabs", "Reflionx"]
Pkg.develop(path=package)
try
register(package, registry="AstroRegistry", push=false)
Expand Down

0 comments on commit 7b900b4

Please sign in to comment.