Browse Source

Use venv folder

Jelle Spijker 2 years ago
parent
commit
c16e1fcf60
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/unit-test.yml

+ 2 - 2
.github/workflows/unit-test.yml

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