Skip to content

Commit

Permalink
allow execute
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Jan 31, 2025
1 parent 32a02b0 commit 8beb26e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 8beb26e

Please sign in to comment.