Speed tweaks

Using the latest python-version should increase the pip install time.
No need to upload the packages here. This is already done when the
packages are created in the previous steps.

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-01 13:43:20 +02:00 committed by Jelle Spijker
parent 42b5aa491d
commit 0f5e0a8399

View File

@ -62,7 +62,7 @@ jobs:
- name: Setup Python and pip
uses: actions/setup-python@v4
with:
python-version: '3.10.4'
python-version: '3.10.x'
cache: 'pip'
cache-dependency-path: .github/workflows/requirements-conan-package.txt
@ -129,12 +129,6 @@ jobs:
- name: Create the Packages
run: conan install ${{ inputs.cura_conan_version }} --build=missing --update -c tools.env.virtualenv:powershell=True -if cura_inst -g VirtualPythonEnv -o cura:enterprise=${{ inputs.enterprise }} -o cura:staging=${{ inputs.staging }}
- name: Upload the Package(s)
if: always()
run: |
conan upload "*" -r cura --all -c
conan upload "*" -r cura-ce -c
- name: Set Environment variables for Cura (bash)
if: ${{ runner.os != 'Windows' }}
run: |