There was an error while loading. Please reload this page.
1 parent 2d1417f commit 7249629Copy full SHA for 7249629
1 file changed
.github/workflows/ci-pythinker-cli.yml
@@ -340,5 +340,5 @@ jobs:
340
set -euo pipefail
341
nix run .#default -- --version
342
nix build .#default
343
- grep -q 'PYTHINKER_MANAGED.*"nix"' result/bin/pythinker
344
- echo "apps.default runs and the wrapper sets PYTHINKER_MANAGED"
+ grep -Eq 'PYTHINKER_MANAGED.*nix' result/bin/pythinker
+ echo "apps.default runs and the wrapper sets PYTHINKER_MANAGED=nix"
0 commit comments