mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
ci work
This commit is contained in:
parent
3160e0906d
commit
50c70ff850
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -95,8 +95,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
- name: Install dependencies testing
|
- name: Create tools/pcommand
|
||||||
run: make VENV_PYTHON=python prereqs
|
run: |
|
||||||
|
$env:PYTHONPATH = "tools"
|
||||||
|
python -m efrotools.genwrapper pcommand batools.pcommandmain tools/pcommand
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user