Skip to content

Commit

Permalink
Added caching for requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev authored Mar 22, 2024
1 parent 73b5b42 commit 8f24129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: |
**/requirements*.txt
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8f24129

Please sign in to comment.