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 8cda3a4 commit fc38d20Copy full SHA for fc38d20
.github/workflows/test-python-install.yml
@@ -47,7 +47,6 @@ jobs:
47
# use-external-python: ${{ matrix.use-external-python }}
48
49
- 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"
51
run: |
52
pip freeze > all-deps.txt
53
should_appear=$( if [[ "${{ matrix.use-external-python }}" == "true" ]]; then echo 0; else echo 1; fi )
0 commit comments