Skip to content

Commit 7e5fdb3

Browse files
committed
And there's a different test file
1 parent a512084 commit 7e5fdb3

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

dev/release/01-prepare-test.rb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)