Use testing for cura_resources

Contribute to NP-186
This commit is contained in:
Jelle Spijker 2024-05-10 13:30:49 +02:00
parent 52cf75ae99
commit e1603f3efd
No known key found for this signature in database
GPG Key ID: 0E9129B3096F4E72
3 changed files with 3 additions and 5 deletions

View File

@ -30,10 +30,9 @@ jobs:
with:
project_name: cura_resources
# FIXME: Point to main, once merged
conan-package-export:
needs: [ conan-recipe-version ]
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@NP-186_seperate_cura_resources
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@main
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}

View File

@ -42,10 +42,9 @@ jobs:
with:
project_name: cura
# FIXME: point to main once merged
conan-package-export:
needs: [ conan-recipe-version ]
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@NP-186_seperate_cura_resources
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@main
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}

View File

@ -1,6 +1,6 @@
version: "5.8.0-alpha.0"
requirements:
- "cura_resources/(latest)@ultimaker/np_186"
- "cura_resources/(latest)@ultimaker/latest"
- "uranium/(latest)@ultimaker/testing"
- "curaengine/(latest)@ultimaker/testing"
- "cura_binary_data/(latest)@ultimaker/testing"