mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +08:00
action test
This commit is contained in:
parent
f6ab8cc2de
commit
b0fc27f523
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
||||||
tools/snippets install_pip_reqs
|
tools/snippets install_pip_reqs
|
||||||
- name: Run checks and tests
|
- name: Run checks and tests
|
||||||
run: make -j2 check test
|
run: echo make -j2 check test
|
||||||
ci_windows:
|
ci_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
@ -27,5 +27,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Display Python version
|
- name: Display Python version
|
||||||
run: python -c "import sys; print(sys.version)"
|
run: python tools/snippets
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user