Skip to content

Commit

Permalink
ci: added Julia General registry
Browse files Browse the repository at this point in the history
It's seems Julia has done that thing where it removes the General
registry when you add a new registry. Explicitly add General to resolve
the missing packages.
  • Loading branch information
fjebaker committed Oct 1, 2024
1 parent 183b48f commit b2f5ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build documentation
run: |
julia -e 'import Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/astro-group-bristol/AstroRegistry/"))'
julia -e 'import Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/JuliaRegistries/General"))'
julia --project=docs -e '
using Pkg
Pkg.add("Plots")
Expand Down

0 comments on commit b2f5ef4

Please sign in to comment.