Skip to content

Commit

Permalink
pipenv not running proper environment, venv in project set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Aug 8, 2024
1 parent 58228a0 commit f9bcee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python-version: '3.9' # Specify the Python version you need

- name: Install dependencies
env:
PIPENV_VENV_IN_PROJECT: true
run: |
python -m pip install --upgrade pip
pip install pipenv
Expand Down

0 comments on commit f9bcee2

Please sign in to comment.