Skip to content

Commit 4108ed0

Browse files
committed
fix
1 parent 368ca44 commit 4108ed0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/conda.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Install Local Package
2626
run: pip install -e .
2727

28+
- name: Debug
29+
run: dir
30+
2831
- name: Run cram Tests
29-
run: cram tests/ -v
32+
run: cram tests/cli.t -v

0 commit comments

Comments
 (0)