Skip to content

Commit 0bc3fe5

Browse files
committed
github: do not warn about script location
1 parent aaa0d36 commit 0bc3fe5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/github-cxx-qt-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,12 @@ jobs:
496496
run: |
497497
pip install --user --break-system-packages clang-format==18.1.8
498498
test -x ${{ matrix.clang_format_path }}
499+
env:
500+
# Do not warn when scripts are not within PATH (eg on macOS Qt 6 runner)
501+
#
502+
# Set this via env rather than --no-warn-script-location incase
503+
# older pip versions do not have this option
504+
PIP_NO_WARN_SCRIPT_LOCATION: true
499505

500506
# Version info found using https://ddalcino.github.io/aqt-list-server/
501507
- name: "Install Qt"

0 commit comments

Comments
 (0)