File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,6 +228,34 @@ def test_version_pre_tag
228228 "+set(MLARROW_VERSION \" #{ @release_version } \" )" ] ,
229229 ] ,
230230 } ,
231+ {
232+ path : "ci/pixi/asan/cpp/pixi.toml" ,
233+ hunks : [
234+ [ "-version = \" #{ @release_version } a0\" " ,
235+ "+version = \" #{ @release_version } \" " ] ,
236+ ] ,
237+ } ,
238+ {
239+ path : "ci/pixi/asan/python/pixi.toml" ,
240+ hunks : [
241+ [ "-version = \" #{ @release_version } a0\" " ,
242+ "+version = \" #{ @release_version } \" " ] ,
243+ ] ,
244+ } ,
245+ {
246+ path : "ci/pixi/default/cpp/pixi.toml" ,
247+ hunks : [
248+ [ "-version = \" #{ @release_version } a0\" " ,
249+ "+version = \" #{ @release_version } \" " ] ,
250+ ] ,
251+ } ,
252+ {
253+ path : "ci/pixi/default/python/pixi.toml" ,
254+ hunks : [
255+ [ "-version = \" #{ @release_version } a0\" " ,
256+ "+version = \" #{ @release_version } \" " ] ,
257+ ] ,
258+ } ,
231259 {
232260 path : "python/CMakeLists.txt" ,
233261 hunks : [
You can’t perform that action at this time.
0 commit comments