Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
forgot activating venv shell
  • Loading branch information
cia1099 authored May 15, 2024
1 parent 616214a commit 6cbd8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
if [ -f Pipfile ]; then pipenv install; fi
if [ -f Pipfile ]; then pipenv install --dev; fi
if [ -f Pipfile ]; then pipenv install && pipenv install --dev; fi
pipenv shell
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 6cbd8e4

Please sign in to comment.