Skip to content

Commit 19f10ad

Browse files
committed
tests: More hacks
1 parent a181f3c commit 19f10ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,10 @@ jobs:
222222
- uses: actions/[email protected]
223223
with:
224224
python-version: ${{ matrix.python-version }}
225-
- run: ls -al $pythonLocation
225+
- run: ls -al "$pythonLocation"
226+
shell: bash
227+
- run: |
228+
"$pythonLocation/python" -V
226229
shell: bash
227230
228231
# This job is intended to combine the test results so we don't have to list

0 commit comments

Comments
 (0)