Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Jan 31, 2025
1 parent 8beb26e commit 5aa013b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,9 @@ jobs:
env:
POSITRON_GITHUB_PAT: ${{ github.token }}
run: |
ls -lf ./python-env-tools/pet
chmod +x ./python-env-tools/*
ls -lf ./python-env-tools
cd npx tsc && node ./out/test/smokeTest.js
chmod +x ./python-env-tools/*
npx tsc && node ./out/test/smokeTest.js
if: matrix.test-suite == 'smoke'

# build-vsix:
Expand Down

0 comments on commit 5aa013b

Please sign in to comment.