Update CI workflow to include current directory output before running Pyright
This commit is contained in:
parent
2e72103b6a
commit
398c2c34c0
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -35,7 +35,8 @@ jobs:
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: Run Pyright
|
||||
run: pyright
|
||||
run: |
|
||||
pwd
|
||||
|
||||
- name: Run Tests
|
||||
run: pytest tests/
|
||||
|
Loading…
x
Reference in New Issue
Block a user