Skip to content

Commit

Permalink
cache-dependency-path 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 9, 2022
1 parent fc5d9b8 commit bf1d37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: '**/setup.py'
- name: Install dependencies
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: '**/setup.py'

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.6.0
Expand Down

0 comments on commit bf1d37c

Please sign in to comment.