Skip to content

Commit

Permalink
pyright broken because pyright python issued a .post0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jan 22, 2025
1 parent a2604b8 commit e9cabb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: >
yq '.repos
| filter(.repo == "https://github.com/RobertCraigie/pyright-python").0.rev
| "pyright-version="+sub("^v", "")'
| "pyright-version="+sub("^v", "") | sub(".post\d+$"; "")'
.pre-commit-config.yaml >> $GITHUB_OUTPUT
- uses: jakebailey/pyright-action@v2
Expand Down

0 comments on commit e9cabb8

Please sign in to comment.