Skip to content

Commit cf08d38

Browse files
committed
disable matplotlib ci for macos
1 parent cfdf632 commit cf08d38

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/macos.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +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
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-requests
76+
77+
# Try again with *-macos-dynamic
78+
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
7779
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
78-
#
79-
- uses: mxschmitt/action-tmate@v3
80-
if: always()
8180
8281
- name: 📑 Upload logs
8382
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)