mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:06:05 +08:00
Use venv folder
This commit is contained in:
parent
d84133c484
commit
c16e1fcf60
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
@ -117,8 +117,8 @@ jobs:
|
|||||||
- name: Set Environment variables for Cura (bash)
|
- name: Set Environment variables for Cura (bash)
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
run: |
|
run: |
|
||||||
. ./cura_inst/bin/activate_github_actions_env.sh
|
. ./venv/bin/activate_github_actions_env.sh
|
||||||
. ./cura_inst/bin/activate_github_actions_version_env.sh
|
. ./venv/bin/activate_github_actions_version_env.sh
|
||||||
|
|
||||||
- name: Run Unit Test
|
- name: Run Unit Test
|
||||||
id: run-test
|
id: run-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user