Skip to content

Commit

Permalink
try to fix CI package issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed May 16, 2024
1 parent f406377 commit 7d06c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@v1
- run: julia --project=test -e 'import Pkg; Pkg.build("CalibrateEmulateSample"); Pkg.instantiate(;verbose)'
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 7d06c2c

Please sign in to comment.