mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-02 04:53:13 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest
|
pip install pytest typing_extensions
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python tools/snippets pytest -v tests
|
run: python tools/snippets pytest -v tests
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user