Skip to content

Commit

Permalink
disable matplotlib ci for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 12, 2024
1 parent cfdf632 commit cf08d38
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,17 @@ jobs:
- name: 🌋 Build
run: |
VCPKG_OPTIONS="--overlay-ports="${{ github.workspace }}/ports" --host-triplet=${{ matrix.triplet }} --triplet=${{ matrix.triplet }} --x-buildtrees-root=${{ env.buildtrees }}"
./vcpkg/vcpkg install $VCPKG_OPTIONS py-pip
./vcpkg/vcpkg install $VCPKG_OPTIONS py-sip
./vcpkg/vcpkg install $VCPKG_OPTIONS py-numpy
./vcpkg/vcpkg install $VCPKG_OPTIONS py-psycopg2
./vcpkg/vcpkg install $VCPKG_OPTIONS py-urllib3
./vcpkg/vcpkg install $VCPKG_OPTIONS py-markupsafe
./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
./vcpkg/vcpkg install $VCPKG_OPTIONS py-requests
./vcpkg/vcpkg install $VCPKG_OPTIONS py-pip \
py-sip \
py-numpy \
py-psycopg2 \
py-urllib3 \
py-markupsafe \
py-requests
# Try again with *-macos-dynamic
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
#
- uses: mxschmitt/action-tmate@v3
if: always()
- name: 📑 Upload logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cf08d38

Please sign in to comment.