Skip to content

Commit df06ea3

Browse files
committed
Align tests
1 parent 332546c commit df06ea3

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

.github/workflows/macos-dynamic.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ 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-pyqt6
7878
7979
- name: 📑 Upload logs
8080
uses: actions/upload-artifact@v4

.github/workflows/macos.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@ jobs:
7272
py-psycopg2 \
7373
py-urllib3 \
7474
py-markupsafe \
75-
py-requests
76-
77-
# Try again with *-macos-dynamic
78-
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
79-
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
75+
py-matplotlib \
76+
py-requests \
77+
py-pyqt6
8078
8179
- name: 📑 Upload logs
8280
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)