Skip to content

Commit

Permalink
Emit pyright version on maintenance run
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Dec 7, 2023
1 parent 926eb80 commit d1aea9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
python-version: "3.10"
- run: |
npm install pyright
npx pyright --version
python -m pip install -r requirements-dev.txt
make spec
make regen
Expand Down

0 comments on commit d1aea9f

Please sign in to comment.