Skip to content

Commit

Permalink
Merge #376
Browse files Browse the repository at this point in the history
376: Use Julia as shell in workflow file r=DilumAluthge a=pazner

The "Add the General registry via Git" step won't run properly otherwise

Co-authored-by: Will Pazner <[email protected]>
  • Loading branch information
bors[bot] and pazner committed Aug 14, 2021
2 parents 1a1aae8 + a661535 commit 198efff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
import Pkg
ENV["JULIA_PKG_SERVER"] = ""
Pkg.Registry.add("General")
shell: julia --color=yes {0}
- name: "Install CompatHelper"
run: |
import Pkg
Expand Down

3 comments on commit 198efff

@DilumAluthge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v3.0.3 already exists and points to a different commit"

@DilumAluthge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.