This commit is contained in:
Eric Froemling 2024-04-23 15:11:55 -07:00
parent 3160e0906d
commit 50c70ff850
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -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