mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 15:52:14 +00:00
Use venv for python on Linux and macOS
This commit is contained in:
5
.github/workflows/build_orca.yml
vendored
5
.github/workflows/build_orca.yml
vendored
@@ -59,8 +59,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install codegen tools and generate config sources
|
- name: Install codegen tools and generate config sources
|
||||||
run: |
|
run: |
|
||||||
pip3 install grpcio-tools
|
python3 -m venv /tmp/codegen_venv
|
||||||
python3 tools/run_codegen.py
|
/tmp/codegen_venv/bin/pip install grpcio-tools
|
||||||
|
/tmp/codegen_venv/bin/python tools/run_codegen.py
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user