Skip to content

Commit 085d132

Browse files
corrects workflow
1 parent f2ae814 commit 085d132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
id: depcache
3838
with:
3939
path: deps
40-
key: requirements-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
40+
key: requirements-pip-${{ matrix.python-version }}-${{ hashFiles('dev.requirements.txt') }}
4141

4242
- name: Download dependencies
4343
if: steps.depcache.outputs.cache-hit != 'true'
4444
run: |
45-
pip download --dest=deps -r requirements.txt
45+
pip download --dest=deps -r dev.requirements.txt
4646
4747
- name: Install dependencies
4848
run: |

0 commit comments

Comments
 (0)