diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a26848fd..1354f82d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,15 +31,7 @@ jobs: id: cp with: python-version: '3.x' - - name: Cache pip dependencies - uses: actions/cache@v4 - id: cache-py - with: - save-always: 'true' - path: ${{ env.pythonLocation }} - key: ${{ runner.os }}-pip-${{ steps.cp.outputs.python-version }}-${{ hashFiles('requirements.txt') }} - name: Install pip dependencies if cache miss - if: ${{ steps.cache-py.outputs.cache-hit != 'true' }} run: pip install -r requirements.txt - name: Read Julia version uses: SebRollen/toml-action@v1.2.0