Skip to content

Commit bb062f5

Browse files
committed
🧑‍💻 Fix issues with Cache processing on GitHub
1 parent 9d0c40c commit bb062f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
python -m pip install --upgrade pip
3333
python -m pip install ruff==0.13.3 pytest pytest-cov pytest-runner
3434
pip install -r requirements/requirements.txt
35+
- name: List tiatoolbox contents
36+
run: ls -lahR ~/.tiatoolbox
3537
- name: Cache tiatoolbox static assets
3638
uses: actions/cache@v3
3739
with:

0 commit comments

Comments
 (0)