We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58468d commit 980c828Copy full SHA for 980c828
.github/workflows/test-python-install.yml
@@ -49,5 +49,5 @@ jobs:
49
should_appear=$( if [[ "${{ matrix.use-external-python }}" == "true" ]]; then echo 0; else echo 1; fi )
50
line_exists=$( grep -qF "${{ env.python-test-package }}" "all-deps.txt"; echo $? )
51
echo "test package should be installed: ${{ matrix.use-external-python }}"
52
- test "$should_appear" == "line_exists"
+ test "${should_appear}" == "${line_exists}"
53
0 commit comments