Skip to content

Commit 8bf5651

Browse files
committed
update cache dependency path
1 parent 2b4c4c2 commit 8bf5651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-mars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
cache: 'pip'
33-
cache-dependency-path: '**/setup.py'
33+
cache-dependency-path: 'setup.py'
3434
- run: |
3535
pip install -e '.[test]'
3636
pip install keyring keyrings.alt

0 commit comments

Comments
 (0)