Compare commits

..

No commits in common. "1505bdfd0af285b5fdb10f9e88064eeee54390d4" and "66eb50833b1702cb836957c9c0b567b568fb7a25" have entirely different histories.

View File

@ -32,11 +32,11 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run Pyright
run: |
cat pyrightconfig.json
pyright
- name: Run Tests