From 31c9bd8ca3918c3d501b7c4ca57fb64081061633 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 3 Sep 2024 02:55:58 -0500 Subject: [PATCH] Remove GHA cache --- .github/workflows/ci.yml | 1 - .github/workflows/create-release.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5190ce..4a2b1be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,6 @@ jobs: with: python-version: "${{ matrix.python-version }}" allow-prereleases: true - cache: pip - run: pip install nox - run: nox --session test-${{ matrix.python-version }} diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f535af1..9645904 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -22,8 +22,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3" - cache: pip - cache-dependency-path: pyproject.toml - name: Install build dependencies (pypa/build, twine) run: |