Skip to content

Commit

Permalink
new test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed May 24, 2024
1 parent 5bebdaf commit 41d55bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper"); Pkg.registry.add(https://github.com/gaetanfacchinetti/CosmoRegistry);'
run: julia -e 'using Pkg; Pkg.add("CompatHelper"); Pkg.registry.add(https://github.com/gaetanfacchinetti/CosmoRegistry.git);'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 41d55bd

Please sign in to comment.