We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4c4c2 commit 8bf5651Copy full SHA for 8bf5651
1 file changed
.github/workflows/test-mars.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
cache: 'pip'
33
- cache-dependency-path: '**/setup.py'
+ cache-dependency-path: 'setup.py'
34
- run: |
35
pip install -e '.[test]'
36
pip install keyring keyrings.alt
0 commit comments