Skip to content

Commit 1d81294

Browse files
committed
fix/update/cicd
1 parent 18f91dd commit 1d81294

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
cache: "pip"
25+
cache-dependency-path: service/requirements.test.txt
2526
- name: Install tools
2627
run: |
2728
python -m pip install -U pip

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
cache: "pip"
34+
cache-dependency-path: service/requirements.test.txt
3435

3536
- name: Install deps (Unix)
3637
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)