pin pyright version

This commit is contained in:
beauxq
2024-04-15 11:20:12 -07:00
parent dc30e125d4
commit 6bf407e484

View File

@@ -20,7 +20,7 @@ jobs:
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip pyright
python -m pip install --upgrade pip pyright==1.1.358
python ModuleUpdate.py --append "WebHostLib/requirements.txt" --force --yes
- name: "pyright: strict check on specific files"