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: |