mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 23:34:32 +08:00
Run conan profile detection after switching compiler
Should fix failing UT
This commit is contained in:
parent
bba02e5e16
commit
30d812d138
7
.github/workflows/unit-test.yml
vendored
7
.github/workflows/unit-test.yml
vendored
@ -87,9 +87,7 @@ jobs:
|
|||||||
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
||||||
|
|
||||||
- name: Install Python requirements and Create default Conan profile
|
- name: Install Python requirements and Create default Conan profile
|
||||||
run: |
|
run: pip install -r requirements-conan-package.txt
|
||||||
pip install -r requirements-conan-package.txt
|
|
||||||
conan profile new default --detect
|
|
||||||
working-directory: .github/workflows/
|
working-directory: .github/workflows/
|
||||||
|
|
||||||
- name: Use Conan download cache (Bash)
|
- name: Use Conan download cache (Bash)
|
||||||
@ -126,6 +124,9 @@ jobs:
|
|||||||
- name: Get Conan configuration
|
- name: Get Conan configuration
|
||||||
run: conan config install https://github.com/Ultimaker/conan-config.git
|
run: conan config install https://github.com/Ultimaker/conan-config.git
|
||||||
|
|
||||||
|
- name: Get Conan profile
|
||||||
|
run: conan profile new default --detect --force
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: conan install . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o cura:devtools=True -g VirtualPythonEnv -if venv
|
run: conan install . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o cura:devtools=True -g VirtualPythonEnv -if venv
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user