Skip to content

Commit 516a86d

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@ jobs:
7373
./vcpkg/vcpkg install $VCPKG_OPTIONS py-urllib3
7474
./vcpkg/vcpkg install $VCPKG_OPTIONS py-markupsafe
7575
./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
76-
./vcpkg/vcpkg install $VCPKG_OPTIONS py-requests
76+
77+
# Try again with *-macos-dynamic
78+
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-requests
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)