mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-22 06:43:21 +08:00
Update ci.yml
Added typing_extensions to fix windows ci
This commit is contained in:
parent
d95da1e439
commit
d2ec793625
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
pip install pytest typing_extensions
|
||||
- name: Run tests
|
||||
run: python tools/snippets pytest -v tests
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user