mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Use venv folder
This commit is contained in:
parent
d84133c484
commit
c16e1fcf60
1 changed files with 2 additions and 2 deletions
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)
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
run: |
|
||||
. ./cura_inst/bin/activate_github_actions_env.sh
|
||||
. ./cura_inst/bin/activate_github_actions_version_env.sh
|
||||
. ./venv/bin/activate_github_actions_env.sh
|
||||
. ./venv/bin/activate_github_actions_version_env.sh
|
||||
|
||||
- name: Run Unit Test
|
||||
id: run-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue