File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2323 - ' [0-9].[0-9][0-9]*'
2424
2525jobs :
26- # FIXME: Use main once merged
2726 conan-package :
28- uses : ultimaker/cura-workflows/.github/workflows/conan-package.yml@CURA-11622_conan_v2
27+ uses : ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
2928 secrets : inherit
Original file line number Diff line number Diff line change 4747jobs :
4848 testing :
4949 name : Run unit tests
50- # FIXME: use main once merged
51- uses : ultimaker/cura-workflows/.github/workflows/unit-test.yml@CURA-11622_conan_v2
50+ uses : ultimaker/cura-workflows/.github/workflows/unit-test.yml@main
5251 with :
5352 test_use_ctest : true
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def layout(self):
7474
7575 def requirements (self ):
7676 if self .options .geometries == "clipper" :
77- self .requires ("clipper/6.4.2@ultimaker/cura_11622 " , transitive_headers = True ) # FIXME: use main after merge
77+ self .requires ("clipper/6.4.2@ultimaker/stable " , transitive_headers = True )
7878 if self .options .geometries == "boost" or self .options .geometries == "clipper" :
7979 self .requires ("boost/1.83.0" , transitive_headers = True )
8080 if self .options .optimizer == "nlopt" :
@@ -98,7 +98,7 @@ def validate(self):
9898 )
9999
100100 def build_requirements (self ):
101- self .test_requires ("standardprojectsettings/[>=0.2.0]@ultimaker/cura_11622" ) # FIXME: use stable after merge
101+ self .test_requires ("standardprojectsettings/[>=0.2.0]@ultimaker/stable" )
102102 if not self .conf .get ("tools.build:skip_test" , False , check_type = bool ):
103103 self .test_requires ("catch2/[>=3.5.2]" )
104104
You can’t perform that action at this time.
0 commit comments