Skip to content

Commit

Permalink
Prepare for merge
Browse files Browse the repository at this point in the history
CURA-11622
  • Loading branch information
wawanbreton committed Dec 4, 2024
1 parent 8acb85a commit c9e7c81
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ on:
-

jobs:
# FIXME: Use main once merged
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
with:
platform_windows: false
platform_mac: false
Expand Down
Empty file.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ on:
jobs:
testing:
name: Run unit tests
# FIXME: use main once merged
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@CURA-11622_conan_v2
uses: ultimaker/cura-workflows/.github/workflows/unit-test.yml@main
with:
test_use_pytest: true
3 changes: 1 addition & 2 deletions .github/workflows/update-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
update-translations:
# FIXME: Use main once merged
uses: ultimaker/cura-workflows/.github/workflows/update-translations.yml@CURA-11622_conan_v2
uses: ultimaker/cura-workflows/.github/workflows/update-translations.yml@main
with:
branch: ${{ inputs.branch }}
2 changes: 1 addition & 1 deletion conandata.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "5.10.0-alpha.0"

requirements:
- "pyarcus/5.4.1@ultimaker/cura_11622"
- "pyarcus/5.4.1@ultimaker/stable"

pip_requirements_core:
any_os:
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class UraniumConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
package_type = "header-library"

python_requires = "translationextractor/[>=2.2.0]@ultimaker/cura_11622"
python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable"

options = {
"enable_i18n": [True, False],
Expand Down

0 comments on commit c9e7c81

Please sign in to comment.