Use venv folder

This commit is contained in:
Jelle Spijker 2022-07-07 17:08:21 +02:00 committed by GitHub
parent d84133c484
commit c16e1fcf60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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