removed redundant if check

Contributes to CURA-8415
This commit is contained in:
Jelle Spijker 2023-08-19 00:10:51 +02:00
parent 5521d6448e
commit e184e4f15a
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -140,7 +140,6 @@ jobs:
run: conan profile update settings.arch=x86_64 default run: conan profile update settings.arch=x86_64 default
- name: Create the Packages (Bash) - name: Create the Packages (Bash)
if: ${{ runner.os != 'Windows' }}
run: conan install $CURA_CONAN_VERSION ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=$ENTERPRISE -o cura:staging=$STAGING --json "cura_inst/conan_install_info.json" run: conan install $CURA_CONAN_VERSION ${{ inputs.conan_args }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=$ENTERPRISE -o cura:staging=$STAGING --json "cura_inst/conan_install_info.json"
- name: Set Environment variables for Cura (bash) - name: Set Environment variables for Cura (bash)