@@ -477,20 +477,6 @@ jobs:
477477 - name : Checkout
478478 uses : actions/checkout@v4
479479
480- - name : Install system dependencies
481- run : apt_get_install libdbus-1-dev libdbus-glib-1-dev libudev-dev libusb-1.0-0-dev libegl-dev
482-
483- # Installing Qt before Python since it installs its own Python.
484- - name : Install Qt
485- uses : jurplel/install-qt-action@v4
486- with :
487- version : ' 6.5.2'
488- aqtversion : ' ==3.2.*'
489- dir : ' ${{ github.workspace }}/gh-action-installs'
490-
491- - name : Add Qt libexec to PATH
492- run : echo "$QT_ROOT_DIR/libexec" >> $GITHUB_PATH
493-
494480 - name : Setup Python
495481 uses : actions/setup-python@v5
496482 with :
@@ -509,6 +495,9 @@ jobs:
509495 - name : Setup pip options
510496 run : setup_pip_options
511497
498+ - name : Install system dependencies
499+ run : apt_get_install libdbus-1-dev libdbus-glib-1-dev libudev-dev libusb-1.0-0-dev libegl-dev libxkbcommon-x11-0
500+
512501 - name : Setup Python environment
513502 run : setup_python_env -c reqs/constraints.txt -r reqs/dist.txt -r reqs/dist_extra_gui_qt.txt -r reqs/test.txt
514503
@@ -557,17 +546,6 @@ jobs:
557546 # We need the whole history for patching the version.
558547 fetch-depth : 0
559548
560- # Installing Qt before Python since it installs its own Python.
561- - name : Install Qt
562- uses : jurplel/install-qt-action@v4
563- with :
564- version : ' 6.5.2'
565- aqtversion : ' ==3.2.*'
566- dir : ' ${{ github.workspace }}/gh-action-installs'
567-
568- - name : Add Qt libexec to PATH
569- run : echo "$QT_ROOT_DIR/libexec" >> $GITHUB_PATH
570-
571549 - name : Setup Python
572550 uses : actions/setup-python@v5
573551 with :
@@ -662,20 +640,6 @@ jobs:
662640 # We need the whole history for patching the version.
663641 fetch-depth : 0
664642
665- - name : Install system dependencies
666- run : apt_get_install libdbus-1-dev libdbus-glib-1-dev libudev-dev libusb-1.0-0-dev libegl-dev
667-
668- # Installing Qt before Python since it installs its own Python.
669- - name : Install Qt
670- uses : jurplel/install-qt-action@v4
671- with :
672- version : ' 6.5.2'
673- aqtversion : ' ==3.2.*'
674- dir : ' ${{ github.workspace }}/gh-action-installs'
675-
676- - name : Add Qt libexec to PATH
677- run : echo "$QT_ROOT_DIR/libexec" >> $GITHUB_PATH
678-
679643 - name : Setup Python
680644 uses : actions/setup-python@v5
681645 with :
@@ -694,6 +658,9 @@ jobs:
694658 - name : Setup pip options
695659 run : setup_pip_options
696660
661+ - name : Install system dependencies
662+ run : apt_get_install libdbus-1-dev libdbus-glib-1-dev libudev-dev libusb-1.0-0-dev libegl-dev libxkbcommon-x11-0
663+
697664 - name : Setup Python environment
698665 run : setup_python_env -c reqs/constraints.txt -r reqs/build.txt -r reqs/setup.txt
699666
@@ -747,17 +714,6 @@ jobs:
747714 # We need the whole history for patching the version.
748715 fetch-depth : 0
749716
750- # Installing Qt before Python since it installs its own Python.
751- - name : Install Qt
752- uses : jurplel/install-qt-action@v4
753- with :
754- version : ' 6.5.2'
755- aqtversion : ' ==3.2.*'
756- dir : ' ${{ github.workspace }}/gh-action-installs'
757-
758- - name : Add Qt libexec to PATH
759- run : echo "$QT_ROOT_DIR/libexec" >> $GITHUB_PATH
760-
761717 - name : Set cache name
762718 id : set_cache
763719 run : setup_cache_name '3.9' 'macos-15'
@@ -828,17 +784,6 @@ jobs:
828784 # We need the whole history for patching the version.
829785 fetch-depth : 0
830786
831- # Installing Qt before Python since it installs its own Python.
832- - name : Install Qt
833- uses : jurplel/install-qt-action@v4
834- with :
835- version : ' 6.5.2'
836- aqtversion : ' ==3.2.*'
837- dir : ' ${{ github.workspace }}/gh-action-installs'
838-
839- - name : Add Qt libexec to PATH
840- run : echo "$QT_ROOT_DIR/libexec" >> $GITHUB_PATH
841-
842787 - name : Setup Python
843788 uses : actions/setup-python@v5
844789 with :
0 commit comments