Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dry-owls-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@platforma-open/milaboratories.software-ptabler": patch
---

PFrames bump
2 changes: 1 addition & 1 deletion lib/ptabler/software/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
polars-lts-cpu==1.33.1
polars-hash-lts-cpu==0.5.5
polars-ds-lts-cpu==0.10.2
polars-pf==1.1.43
polars-pf==1.1.49
duckdb==1.5.2
pyarrow==24.0.0
msgspec==0.19.0
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ catalog:
"@platforma-open/milaboratories.software-small-binaries": ^2.1.1
"@platforma-open/milaboratories.software-test-utils": ^1.1.6
"@platforma-open/milaboratories.software-conda-empty": ^1.0.1
"@platforma-open/milaboratories.runenv-python-3": 1.10.3
"@platforma-open/milaboratories.runenv-python-3": 1.10.4

"shx": ^0.4.0

Expand Down
7 changes: 1 addition & 6 deletions tests/workflow-tengo/src/exec/workdir/mkdir.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ import { tplTest } from "@platforma-sdk/test";
tplTest.concurrent(
"exec.builder.mkDir creates real nested directories (MILAB-6460)",
async ({ helper, expect }) => {
const result = await helper.renderTemplate(
false,
"exec.workdir.mkdir",
["dirs"],
() => ({}),
);
const result = await helper.renderTemplate(false, "exec.workdir.mkdir", ["dirs"], () => ({}));

const listing = await result
.computeOutput("dirs", (a) => a?.getDataAsString())
Expand Down
Loading