Skip to content

Commit 9797c14

Browse files
Merge pull request #4452 from SciML/as/no-cache-ci
ci: disable caching in CI
2 parents 421885e + 901b95e commit 9797c14

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/Tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
with:
5656
version: "${{ matrix.version }}"
5757
arch: "${{ runner.arch }}"
58-
- uses: julia-actions/cache@v3
59-
if: ${{ vars.USE_SELF_HOSTED != 'true' }}
60-
with:
61-
token: "${{ secrets.GITHUB_TOKEN }}"
6258
- name: "Test ${{ matrix.pkggroup }}"
6359
env:
6460
PKGGROUP: ${{ matrix.pkggroup }}

0 commit comments

Comments
 (0)