Skip to content

Commit 4a35626

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,13 @@ jobs:
165165
run: |
166166
if [ -d ${VENV_DIR} ]; then
167167
source ${VENV_DIR}/bin/activate
168-
echo "${PATH}" >> $GITHUB_PATH
168+
echo "${VENV_DIR}/bin/" >> "$GITHUB_PATH"
169169
echo "VIRTUAL_ENV=${VIRTUAL_ENV}" >> $GITHUB_ENV
170170
fi
171171
172+
- name: Check PATH
173+
run: echo ${PATH}
174+
172175
- name: Pull Request Build
173176
shell: bash -leo pipefail {0}
174177
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)