Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Jul 22, 2024
1 parent 8e999ab commit 65edcfc
Showing 1 changed file with 1 addition 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 @@ -31,7 +31,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- run: julia --project=. -e 'import Pkg; Pkg.add(url="https://github.com/PerezHz/TaylorIntegration.jl", rev="jp/ts-pr-361"); Pkg.instantiate()'
# - run: julia --project=. -e 'import Pkg; Pkg.add(url="https://github.com/PerezHz/TaylorIntegration.jl", rev="jp/ts-pr-361"); Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
Expand Down

0 comments on commit 65edcfc

Please sign in to comment.