mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-31 03:39:04 +08:00
action test
This commit is contained in:
parent
612b0b6885
commit
4397f21c5d
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -27,10 +27,9 @@ jobs:
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
tools/snippets install_pip_reqs
|
||||
run: tools/snippets install_pip_reqs
|
||||
- name: Run checks and tests
|
||||
run: echo make -j2 check test
|
||||
run: make -j2 check test
|
||||
ci_windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
@ -40,5 +39,5 @@ jobs:
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Display Python version
|
||||
run: python tools/snippets install_pip_reqs
|
||||
run: python tools/snippets list_pip_reqs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user