mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-30 03:03:30 +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:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: tools/snippets install_pip_reqs
|
||||
run: tools/pcommand install_pip_reqs
|
||||
- name: Run checks and tests
|
||||
run: make -j2 check test
|
||||
|
||||
@ -42,5 +42,5 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest typing_extensions
|
||||
- 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