Skip to content

Commit

Permalink
Removes source $VENV from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danmilne1 committed Oct 17, 2023
1 parent 3596f20 commit c57fd16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c57fd16

Please sign in to comment.