Skip to content

Commit a7e1f4e

Browse files
committed
🧑‍💻 Fix listing files in ~/.tiatoolbox
1 parent bb062f5 commit a7e1f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ 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
3735
- name: Cache tiatoolbox static assets
3836
uses: actions/cache@v3
3937
with:
@@ -78,6 +76,8 @@ jobs:
7876
coverage-file: coverage.xml
7977
dsn: ${{ secrets.DEEPSOURCE_DSN }}
8078
fail-ci-on-error: false
79+
- name: List tiatoolbox contents
80+
run: ls -lahR ~/.tiatoolbox
8181

8282
release:
8383
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)