Skip to content

Commit

Permalink
cache pip requirements in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdej committed Jun 13, 2024
1 parent 6e821c2 commit 96cd548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install tox
run: pip install tox
- name: Run tox
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tox
flake8

0 comments on commit 96cd548

Please sign in to comment.