Skip to content

Commit 32311fb

Browse files
committed
one more try...
1 parent 8bf5651 commit 32311fb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test-mars.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ jobs:
2323
- uses: actions/checkout@v5
2424
with:
2525
repository: elixir-europe/MARS
26-
path: .
27-
sparse-checkout: 'test-data/'
26+
path: test-data
27+
sparse-checkout: 'test-data/*'
28+
- name: show files
29+
run: ls -la .
2830
- name: Set up Python
2931
uses: actions/setup-python@v5
3032
with:
3133
python-version: ${{ matrix.python-version }}
3234
cache: 'pip'
33-
cache-dependency-path: 'setup.py'
35+
cache-dependency-path: '**/setup.py'
3436
- run: |
3537
pip install -e '.[test]'
3638
pip install keyring keyrings.alt

0 commit comments

Comments
 (0)