Skip to content

Commit

Permalink
missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 22, 2024
1 parent 3399be9 commit 92161eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo 'To run this test locally with npm pre-installed, run:'
echo '> npx -y pyright@${{ env.PYRIGHT_VERSION }} --threads'
echo 'You can also instead install "Pyright for Python" which will install npm for you:'
if [$PYRIGHT_VERSION == 'latest'] then
if [$PYRIGHT_VERSION == 'latest']; then
echo '> pip install -U'
else
echo '> pip install pyright==${{ env.PYRIGHT_VERSION }}'
Expand Down

0 comments on commit 92161eb

Please sign in to comment.