Skip to content

Commit 9e53731

Browse files
committed
debug
1 parent e25ff43 commit 9e53731

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/actions/setup-test-env/action.yml

+10
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ runs:
3535
path: ./tests
3636
fetch-tags: true
3737

38+
- name: Debug
39+
shell: bash
40+
run: |
41+
ls -la .
42+
echo '##################'
43+
ls -la ./tests
44+
echo '##################'
45+
ls -la ./tests/bokeh
46+
echo '##################'
47+
3848
# - name: Restore conda environment
3949
# id: cache
4050
# uses: actions/cache@v4

0 commit comments

Comments
 (0)