Skip to content

Commit 980c828

Browse files
committed
Debug
1 parent a58468d commit 980c828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
should_appear=$( if [[ "${{ matrix.use-external-python }}" == "true" ]]; then echo 0; else echo 1; fi )
5050
line_exists=$( grep -qF "${{ env.python-test-package }}" "all-deps.txt"; echo $? )
5151
echo "test package should be installed: ${{ matrix.use-external-python }}"
52-
test "$should_appear" == "line_exists"
52+
test "${should_appear}" == "${line_exists}"
5353

0 commit comments

Comments
 (0)