Compare commits
No commits in common. "1505bdfd0af285b5fdb10f9e88064eeee54390d4" and "66eb50833b1702cb836957c9c0b567b568fb7a25" have entirely different histories.
1505bdfd0a
...
66eb50833b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user