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