File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed
Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,17 @@ jobs:
6666 - name : 🌋 Build
6767 run : |
6868 VCPKG_OPTIONS="--overlay-ports="${{ github.workspace }}/ports" --host-triplet=${{ matrix.triplet }} --triplet=${{ matrix.triplet }} --x-buildtrees-root=${{ env.buildtrees }}"
69- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pip
70- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-sip
71- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-numpy
72- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-psycopg2
73- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-urllib3
74- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-markupsafe
75- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
76- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-requests
77- ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
69+ ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pip \
70+ py-sip \
71+ py-numpy \
72+ py-psycopg2 \
73+ py-urllib3 \
74+ py-markupsafe \
75+ py-matplotlib \
76+ py-requests \
77+ py-isort \
78+ py-autopep8 \
79+ py-pyqt6
7880
7981 - name : 📑 Upload logs
8082 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 7878 py-autopep8 \
7979 py-pyqt6
8080
81- # Try again with *-macos-dynamic
82- # ./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
83- # ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
84-
8581 - name : 📑 Upload logs
8682 uses : actions/upload-artifact@v4
8783 if : failure()
You can’t perform that action at this time.
0 commit comments