We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdf632 commit 516a86dCopy full SHA for 516a86d
.github/workflows/macos.yml
@@ -73,11 +73,10 @@ jobs:
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
+ # Try again with *-macos-dynamic
78
+ # ./vcpkg/vcpkg install $VCPKG_OPTIONS py-requests
79
# ./vcpkg/vcpkg install $VCPKG_OPTIONS py-pyqt6
- #
- - uses: mxschmitt/action-tmate@v3
80
- if: always()
81
82
- name: 📑 Upload logs
83
uses: actions/upload-artifact@v4
0 commit comments