Skip to content

Commit

Permalink
Add current package instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Feb 12, 2024
1 parent 29b0020 commit 958f9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
version: 1
arch: x64
- run: julia -e 'using Pkg; pkg"add CompatHelperLocal"'
- run: julia -e 'using Pkg; pkg"add AbstractGPs#master"'
- run: julia -e 'using Pkg; pkg"add ."'
- if: ${{ always() }}
id: genmat
run: |
Expand All @@ -37,5 +37,5 @@ jobs:
version: 1
arch: x64
- run: julia -e 'using Pkg; pkg"add CompatHelperLocal"'
- run: julia -e 'using Pkg; pkg"add AbstractGPs#master"'
- run: julia -e 'using Pkg; pkg"add ."'
- run: julia -e 'import CompatHelperLocal as CHL; import AbstractGPs; CHL.test_compats_combinations(AbstractGPs, [${{ matrix.compats }}])'

0 comments on commit 958f9f9

Please sign in to comment.