mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
fixed github ci
This commit is contained in:
parent
ec2eceb0d5
commit
7987313e3c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/snippets install_pip_reqs
|
run: tools/pcommand install_pip_reqs
|
||||||
- name: Run checks and tests
|
- name: Run checks and tests
|
||||||
run: make -j2 check test
|
run: make -j2 check test
|
||||||
|
|
||||||
@ -42,5 +42,5 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest typing_extensions
|
pip install pytest typing_extensions
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: python tools/snippets pytest -v tests
|
run: python tools/pcommand pytest -v tests
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user