From 28280c89de266d9eee5135c63534ee13961ef038 Mon Sep 17 00:00:00 2001 From: Philip Tellis Date: Wed, 8 May 2024 17:54:29 -0400 Subject: [PATCH] revert 6eb0b3dbc3b6a5bb61766e0c897edb42de36837c --- .github/workflows/CI.yml | 1 - .github/workflows/documentation.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c8e315d..5e06976 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 - - uses: julia-actions/cache@v1 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3a3617b..8be4e9d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 - - uses: julia-actions/cache@v1 with: version: '1.6' - name: Install dependencies