Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/djangorestframework-gte-3.1…
Browse files Browse the repository at this point in the history
…4-and-lt-3.16
  • Loading branch information
nemesifier authored Aug 3, 2024
2 parents 16ff2ff + 980178b commit b1c87c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: |
setup.py
**/requirements*.txt
- name: Install Dependencies
id: deps
Expand Down

0 comments on commit b1c87c9

Please sign in to comment.