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 d7a8258 commit a7730d0Copy full SHA for a7730d0
.github/workflows/test.yml
@@ -90,9 +90,9 @@ jobs:
90
DISPLAY: :42
91
run: |
92
tox -vv
93
-
94
- - name: List figures for potential debugging
95
- ls -alh /home/runner/work/squidpy/squidpy/tests/figures
+ # check if this can be deprecated
+ #- name: List figures for potential debugging
+ # ls -alh /home/runner/work/squidpy/squidpy/tests/figures
96
97
- name: Archive figures generated during testing
98
if: always()
0 commit comments