Skip to content

Commit

Permalink
Fix: Makefile VENVPATH set from environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 14, 2024
1 parent 227d137 commit 987fead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
env:
VENVPATH: /usr
FLAKE8: flake8
PYTEST: pytest
COVERAGE: coverage
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 987fead

Please sign in to comment.