Skip to content

Commit

Permalink
Use pin to allow reresolve
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Feb 4, 2025
1 parent b765e72 commit b581a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
shell: julia --color=yes --project {0}
run: |
using Pkg
Pkg.add(PackageSpec(; name="AWS", version="${{ matrix.aws-jl-version }}"))
aws_pkg = PackageSpec(; name="AWS", version="${{ matrix.aws-jl-version }}")
Pkg.add(aws_pkg)
Pkg.pin(aws_pkg)
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
allow_reresolve: ${{ matrix.aws-jl-version == 'latest' }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit b581a21

Please sign in to comment.