Skip to content

Commit

Permalink
fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Nov 8, 2024
1 parent a7b34de commit 35aec54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
uses: julia-actions/cache@v2
- name: Build package
uses: julia-actions/julia-buildpkg@v1
- name: Fix SDPA to v0.5 in Julia v1.6
run: |
julia --project=test/ -e 'import Pkg;
if VERSION < v"1.7" Pkg.add(name="SDPA", version="0.5"); Pkg.pin(name="SDPA", version="0.5") end;'
- name: Run tests
uses: julia-actions/julia-runtest@v1
- name: Process coverage
Expand Down

0 comments on commit 35aec54

Please sign in to comment.