From 0abf4c5ec52a59ad688cd43ca323ec91844e3107 Mon Sep 17 00:00:00 2001 From: Kerstin Keller <KerstinKeller@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:14:06 +0200 Subject: [PATCH] Another try --- .github/workflows/build-ubuntu-20.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ubuntu-20.yml b/.github/workflows/build-ubuntu-20.yml index 87b7efa7e7..d582ed3a42 100644 --- a/.github/workflows/build-ubuntu-20.yml +++ b/.github/workflows/build-ubuntu-20.yml @@ -101,7 +101,7 @@ jobs: - name: Build Python 3.11 Wheel run: | - source ".venv_build/bin/activate" + source "../.venv_build/bin/activate" cmake --build . --target create_python_wheel --config Release shell: bash working-directory: ${{ runner.workspace }}/_build