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 0bc3fe5Copy full SHA for 0bc3fe5
.github/workflows/github-cxx-qt-tests.yml
@@ -496,6 +496,12 @@ 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
+ PIP_NO_WARN_SCRIPT_LOCATION: true
505
506
# Version info found using https://ddalcino.github.io/aqt-list-server/
507
- name: "Install Qt"
0 commit comments