Skip to content

Commit 1d3a3ed

Browse files
committed
Revert "CU-869c87xpy: [TO REMOVE] Add debug output"
This reverts commit b3eebf9.
1 parent b3eebf9 commit 1d3a3ed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/medcat-v2-tutorials_main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- name: Install IPython kernel
3838
run: |
3939
python -m ipykernel install --name smoketests --user
40-
41-
- name: DEBUG OUTPUT
42-
run: |
43-
python -c "import medcat;print('ver:', medcat.__version__);print('has:', dir(medcat))"
44-
python -c "import medcat.utils;print('utils has:', dir(medcat.utils))"
4540
- name: Smoke test tutorial
4641
# NOTE: these need to be run separately so that order is guaranteed
4742
run: |

0 commit comments

Comments
 (0)