diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 2e1545c31..02c1479a1 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | - python${PYTHON_VERSION} -m venv env + echo "python${PYTHON_VERSION} -m venv env" | bash source env/bin/activate pip install --upgrade pip pip install .