mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 16:53:49 +08:00
action test
This commit is contained in:
parent
4397f21c5d
commit
ad991c6560
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -38,6 +38,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install pytest
|
||||||
- name: Display Python version
|
- name: Display Python version
|
||||||
run: python tools/snippets list_pip_reqs
|
run: make
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user