Compare commits
2 Commits
66eb50833b
...
1505bdfd0a
Author | SHA1 | Date | |
---|---|---|---|
|
1505bdfd0a | ||
|
7354ff2244 |
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
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
|
||||
- name: Run Pyright
|
||||
run: |
|
||||
cat pyrightconfig.json
|
||||
pyright
|
||||
|
||||
- name: Run Tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user