Skip to content

Commit

Permalink
Align tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 21, 2024
1 parent 86f486c commit d839258
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/macos-dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +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-pyqt6
./vcpkg/vcpkg install $VCPKG_OPTIONS py-pip \
py-sip \
py-numpy \
py-psycopg2 \
py-urllib3 \
py-markupsafe \
py-matplotlib \
py-requests \
py-isort \
py-autopep8 \
py-pyqt6
- name: 📑 Upload logs
uses: actions/upload-artifact@v4
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ jobs:
py-autopep8 \
py-pyqt6
# Try again with *-macos-dynamic
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-matplotlib
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
- name: 📑 Upload logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit d839258

Please sign in to comment.