don't cache pip

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-19 02:13:25 +02:00
parent 05ded4885e
commit cf97b97d9e
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
2 changed files with 8 additions and 9 deletions

View file

@ -259,12 +259,10 @@ jobs:
needs: [ cura-installer-create ]
runs-on: macos-11
steps:
- name: Setup Python and pip
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10.x'
cache: 'pip'
cache-dependency-path: .github/workflows/requirements-conan-package.txt
- name: Download the dist
uses: actions/download-artifact@v3
@ -315,6 +313,11 @@ jobs:
needs: [ cura-installer-create ]
runs-on: macos-11
steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10.x'
- name: Download the dist
uses: actions/download-artifact@v3
with:

View file

@ -217,12 +217,10 @@ jobs:
needs: [ cura-installer-create ]
runs-on: ${{ inputs.operating_system }}
steps:
- name: Setup Python and pip
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10.x'
cache: 'pip'
cache-dependency-path: .github/workflows/requirements-conan-package.txt
- name: Download the zipped dist
uses: actions/download-artifact@v3
@ -269,12 +267,10 @@ jobs:
needs: [ cura-installer-create ]
runs-on: ${{ inputs.operating_system }}
steps:
- name: Setup Python and pip
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10.x'
cache: 'pip'
cache-dependency-path: .github/workflows/requirements-conan-package.txt
- name: Download the dist
uses: actions/download-artifact@v3