diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e139963b..1f955479 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -74,7 +74,6 @@ jobs: with: python-version: '3.8' architecture: "x64" - cache: 'pip' - name: Create a new Python environment & install maturin if: steps.cache-venv.outputs.cache-hit != 'true' @@ -158,7 +157,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.10' - cache: 'pip' - name: Setup environment run: | sudo apt-get update @@ -192,7 +190,6 @@ jobs: with: python-version: '3.10' architecture: ${{ matrix.target }} - cache: 'pip' - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -216,7 +213,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.10' - cache: 'pip' - name: Build wheels uses: PyO3/maturin-action@v1 with: