Skip to content

Commit

Permalink
Use julia-actions/cache in CI (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Apr 6, 2024
1 parent 91b94b3 commit 8489f98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v2
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-artifacts-${{ hashFiles('**/Project.toml') }}
restore-keys: ${{ runner.os }}-test-artifacts
- uses: julia-actions/cache@v1
- name: "install specific Arrow version"
if: ${{ matrix.arrow != 'current' }}
shell: julia --color=yes --project {0}
Expand Down

0 comments on commit 8489f98

Please sign in to comment.