We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa0d36 commit 7c3d410Copy full SHA for 7c3d410
.github/workflows/github-cxx-qt-tests.yml
@@ -496,6 +496,14 @@ jobs:
496
run: |
497
pip install --user --break-system-packages clang-format==18.1.8
498
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
505
+ # Note that the env var is for a negative option so false means off
506
+ PIP_NO_WARN_SCRIPT_LOCATION: false
507
508
# Version info found using https://ddalcino.github.io/aqt-list-server/
509
- name: "Install Qt"
0 commit comments