Skip to content

Commit

Permalink
modifying compatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed May 24, 2024
1 parent aafe9b3 commit 58cc232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.7'
- '1.9'
- 'nightly'
os:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- name: Add local registry
run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/gaetanfacchinetti/CosmoRegistry.git"))'
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper");'
- name: CompatHelper.main()
Expand Down

0 comments on commit 58cc232

Please sign in to comment.