mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Use VirtualPythonEnv
Contributes to CURA-9365
This commit is contained in:
parent
82904ccd3f
commit
1c77eb07a4
3
.github/workflows/unit-test.yml
vendored
3
.github/workflows/unit-test.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
|||||||
run: conan config install https://github.com/Ultimaker/conan-config.git
|
run: conan config install https://github.com/Ultimaker/conan-config.git
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: conan install . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -g VirtualRunEnv -o cura:devtools=True -if venv
|
run: conan install . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o cura:devtools=True -g VirtualPythonEnv -if venv
|
||||||
|
|
||||||
- name: Upload the Dependency package(s)
|
- name: Upload the Dependency package(s)
|
||||||
run: conan upload "*" -r cura --all -c
|
run: conan upload "*" -r cura --all -c
|
||||||
@ -118,7 +118,6 @@ jobs:
|
|||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
run: |
|
run: |
|
||||||
. ./venv/bin/activate_github_actions_env.sh
|
. ./venv/bin/activate_github_actions_env.sh
|
||||||
. ./venv/bin/activate_github_actions_version_env.sh
|
|
||||||
|
|
||||||
- name: Run Unit Test
|
- name: Run Unit Test
|
||||||
id: run-test
|
id: run-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user