Skip to content

Commit

Permalink
Stop 'Julia auto update' from upgrading Julia version (#1215)
Browse files Browse the repository at this point in the history
I was wondering why the automated part of #1204 bumps the Julia version
in the Manifest.toml. It is because we didn't run `juliaup default
1.10.0` yet, so 1.10.2 is the default. This fixes that. There is no need
to run all of `pixi run install` for this action.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
3 people committed Mar 6, 2024
1 parent c7204bc commit b9c23f3
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/julia_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
pixi-version: "latest"
- name: Update Julia manifest file
run: |
pixi run install-julia
pixi run update-manifest-julia
pixi install
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit b9c23f3

Please sign in to comment.