From 8beb26ee6bf09987c23c008db6b02302ea695554 Mon Sep 17 00:00:00 2001 From: isabelizimm Date: Fri, 31 Jan 2025 13:17:54 -0500 Subject: [PATCH] allow execute --- .github/workflows/positron-python-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/positron-python-ci.yml b/.github/workflows/positron-python-ci.yml index 45f19605376..5cd931ebaa9 100644 --- a/.github/workflows/positron-python-ci.yml +++ b/.github/workflows/positron-python-ci.yml @@ -410,7 +410,9 @@ jobs: env: POSITRON_GITHUB_PAT: ${{ github.token }} run: | - ls python-env-tools + ls -lf ./python-env-tools/pet + chmod +x ./python-env-tools/* + ls -lf ./python-env-tools cd npx tsc && node ./out/test/smokeTest.js if: matrix.test-suite == 'smoke'