From c57fd162a3fb558fec33df97deb9c89501ceeb79 Mon Sep 17 00:00:00 2001 From: Milne Date: Tue, 17 Oct 2023 12:23:38 +0100 Subject: [PATCH] Removes source $VENV from workflow --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34d0721..d9be683 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,6 @@ jobs: run: poetry run pre-commit run --all-files - name: Create documentation run: | - source $VENV if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]]; then make docs elif [ "$RUNNER_OS" == "Windows" ]; then @@ -59,7 +58,6 @@ jobs: shell: bash - name: Execute tests, and create coverage report run: | - source $VENV if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]]; then poetry run make coverage_xml elif [ "$RUNNER_OS" == "Windows" ]; then