We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf5651 commit 32311fbCopy full SHA for 32311fb
1 file changed
.github/workflows/test-mars.yml
@@ -23,14 +23,16 @@ jobs:
23
- uses: actions/checkout@v5
24
with:
25
repository: elixir-europe/MARS
26
- path: .
27
- sparse-checkout: 'test-data/'
+ path: test-data
+ sparse-checkout: 'test-data/*'
28
+ - name: show files
29
+ run: ls -la .
30
- name: Set up Python
31
uses: actions/setup-python@v5
32
33
python-version: ${{ matrix.python-version }}
34
cache: 'pip'
- cache-dependency-path: 'setup.py'
35
+ cache-dependency-path: '**/setup.py'
36
- run: |
37
pip install -e '.[test]'
38
pip install keyring keyrings.alt
0 commit comments