Skip to content

Commit fc38d20

Browse files
committed
Debug
1 parent 8cda3a4 commit fc38d20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-python-install.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
# use-external-python: ${{ matrix.use-external-python }}
4848

4949
- name: Check if test dependency exists after execution
50-
description: "If use-external-python is set, then python test package should be installed. False otherwise"
5150
run: |
5251
pip freeze > all-deps.txt
5352
should_appear=$( if [[ "${{ matrix.use-external-python }}" == "true" ]]; then echo 0; else echo 1; fi )

0 commit comments

Comments
 (0)