mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:15:52 +08:00
don't cache pip
Contributes to CURA-8415
This commit is contained in:
parent
05ded4885e
commit
cf97b97d9e
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user