Skip to content

Commit f153d5a

Browse files
committed
fixup! [CI][WIP] Test a homebrew-based CI.
1 parent 657b326 commit f153d5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,18 @@ jobs:
162162
done
163163
164164
- name: Enter Python venv
165+
shell: bash -leo pipefail {0}
165166
run: |
166167
if [ -d ${VENV_DIR} ]; then
167168
source ${VENV_DIR}/bin/activate
168-
echo "${PATH}" >> $GITHUB_PATH
169+
echo "${VENV_DIR}/bin/" >> "$GITHUB_PATH"
169170
echo "VIRTUAL_ENV=${VIRTUAL_ENV}" >> $GITHUB_ENV
170171
fi
171172
173+
- name: Check PATH
174+
shell: bash -leo pipefail {0}
175+
run: echo ${PATH}
176+
172177
- name: Pull Request Build
173178
shell: bash -leo pipefail {0}
174179
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)