Skip to content

Commit 000f926

Browse files
committed
What is going on with the PATH
1 parent ddf00fd commit 000f926

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_master_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ jobs:
141141
if: matrix.TARGET == 'osx'
142142
run: |
143143
PYTHON_DIR=`dirname $PYTHON_EXE`
144+
echo $PYTHON_DIR
144145
echo "::set-env name=PATH::$PYTHON_DIR:$PATH"
146+
which python
145147
146148
- name: Install Pyutilib
147149
run: |

0 commit comments

Comments
 (0)