Skip to content

Commit

Permalink
enable caching pipenv deps in pipeline
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 0ded083 commit 97da7b3
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pipenv"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name = "pypi"

[dev-packages]
pytest = "==7.4.3"
pre-commit = "*"

[packages]
numpy = "==1.26.1"
Expand Down
130 changes: 129 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97da7b3

Please sign in to comment.