Update ci.yml
This commit is contained in:
parent
91821e1c1d
commit
2e72103b6a
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -27,6 +27,13 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: Run Pyright
|
||||
run: pyright
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user