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
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
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest
|
||||
- name: Display Python version
|
||||
run: python tools/snippets list_pip_reqs
|
||||
run: make
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user