Skip to content

Commit 7249629

Browse files
committed
ci(nix): relax managed wrapper assertion
1 parent 2d1417f commit 7249629

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-pythinker-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,5 +340,5 @@ jobs:
340340
set -euo pipefail
341341
nix run .#default -- --version
342342
nix build .#default
343-
grep -q 'PYTHINKER_MANAGED.*"nix"' result/bin/pythinker
344-
echo "apps.default runs and the wrapper sets PYTHINKER_MANAGED"
343+
grep -Eq 'PYTHINKER_MANAGED.*nix' result/bin/pythinker
344+
echo "apps.default runs and the wrapper sets PYTHINKER_MANAGED=nix"

0 commit comments

Comments
 (0)