Skip to content

Commit

Permalink
ci: pin pyright
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Oct 23, 2023
1 parent 0330bc3 commit f1c8791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
echo "::group::Begin snap install"
echo "Installing snaps in the background while running apt and pip..."
sudo snap install --no-wait --classic pyright
sudo snap install --no-wait --classic pyright --revision=692
sudo snap install --no-wait shellcheck
echo "::endgroup::"
echo "::group::apt-get update"
Expand Down

0 comments on commit f1c8791

Please sign in to comment.