mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
fix: bootstrap dev tools
This commit is contained in:
@@ -19,7 +19,7 @@ bootstrap:
|
|||||||
parallel: true
|
parallel: true
|
||||||
commands:
|
commands:
|
||||||
venv:
|
venv:
|
||||||
run: make create-venv
|
run: task python:create-venv
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ tasks:
|
|||||||
vars:
|
vars:
|
||||||
PYTHON_VERSION: 3.12
|
PYTHON_VERSION: 3.12
|
||||||
cmds:
|
cmds:
|
||||||
- "python{{.PYTHON_VERSION}} -m 'venv' '{{.VENV_DIR}}'"
|
- python{{.PYTHON_VERSION}} -m 'venv' '{{.VENV_DIR}}'
|
||||||
- "{{.VENV_DIR}}/bin/pip --require-virtualenv install -r '{{.REQUIREMENTS_FILE}}'"
|
- "{{.VENV_DIR}}/bin/pip --require-virtualenv install -r '{{.REQUIREMENTS_FILE}}'"
|
||||||
|
|
||||||
python:recreate-venv:
|
python:recreate-venv:
|
||||||
|
|||||||
Reference in New Issue
Block a user