Skip to content

Commit

Permalink
fix: Force a Julia registry update in CI to catch new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws committed Aug 21, 2024
1 parent 9882924 commit 38ba637
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
uses: julia-actions/install-juliaup@v2
with:
channel: '1'
- name: Update Julia registry
shell: julia --project=. --color=yes {0}
run: |
using Pkg
Pkg.Registry.update()
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 38ba637

Please sign in to comment.