We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb062f5 commit a7e1f4eCopy full SHA for a7e1f4e
.github/workflows/python-package.yml
@@ -32,8 +32,6 @@ jobs:
32
python -m pip install --upgrade pip
33
python -m pip install ruff==0.13.3 pytest pytest-cov pytest-runner
34
pip install -r requirements/requirements.txt
35
- - name: List tiatoolbox contents
36
- run: ls -lahR ~/.tiatoolbox
37
- name: Cache tiatoolbox static assets
38
uses: actions/cache@v3
39
with:
@@ -78,6 +76,8 @@ jobs:
78
76
coverage-file: coverage.xml
79
77
dsn: ${{ secrets.DEEPSOURCE_DSN }}
80
fail-ci-on-error: false
+ - name: List tiatoolbox contents
+ run: ls -lahR ~/.tiatoolbox
81
82
release:
83
runs-on: ubuntu-24.04
0 commit comments