Skip to content

Commit a7730d0

Browse files
authored
Fix test.yml temporarily
1 parent d7a8258 commit a7730d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
DISPLAY: :42
9191
run: |
9292
tox -vv
93-
94-
- name: List figures for potential debugging
95-
ls -alh /home/runner/work/squidpy/squidpy/tests/figures
93+
# check if this can be deprecated
94+
#- name: List figures for potential debugging
95+
# ls -alh /home/runner/work/squidpy/squidpy/tests/figures
9696

9797
- name: Archive figures generated during testing
9898
if: always()

0 commit comments

Comments
 (0)