mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +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
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install dependencies testing
|
||||
run: make VENV_PYTHON=python prereqs
|
||||
- name: Create tools/pcommand
|
||||
run: |
|
||||
$env:PYTHONPATH = "tools"
|
||||
python -m efrotools.genwrapper pcommand batools.pcommandmain tools/pcommand
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user