mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 22:43:04 +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
|
||||
run: |
|
||||
pip3 install grpcio-tools
|
||||
python3 tools/run_codegen.py
|
||||
python3 -m venv /tmp/codegen_venv
|
||||
/tmp/codegen_venv/bin/pip install grpcio-tools
|
||||
/tmp/codegen_venv/bin/python tools/run_codegen.py
|
||||
if: runner.os != 'Windows'
|
||||
shell: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user