Skip to content

Commit

Permalink
add pipfile.lock, make pipenv install verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Lucca Baumgärtner <[email protected]>
  • Loading branch information
luccalb committed Nov 3, 2023
1 parent 8928ed4 commit 0ded083
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pipenv
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pipenv install
pipenv install --verbose
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pids
# Python
*.pyc
__pycache__/
Pipfile.lock
# Pipfile.lock

# Jupyter Notebook
.ipynb_checkpoints
Expand Down
Loading

0 comments on commit 0ded083

Please sign in to comment.