We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6c003 commit dd0147aCopy full SHA for dd0147a
.github/workflows/python312.yml
@@ -39,7 +39,7 @@ jobs:
39
python -m pip install --upgrade pip
40
python -m pip install --prefer-binary -r tests/requirements.txt
41
python -m pip install --prefer-binary numpy
42
- python -m pip install --prefer-binary scipy
+ # python -m pip install --prefer-binary scipy
43
44
- name: Show platform info
45
run: python -m platform
@@ -120,7 +120,7 @@ jobs:
120
- name: C++ tests C++17 max DPYBIND11_INTERNALS_VERSION
121
run: cmake --build build17max --target cpptest
122
123
- - name: Interface test
+ - name: Interface test C++17 max DPYBIND11_INTERNALS_VERSION
124
run: cmake --build build17max --target test_cmake_build
125
126
# Ensure the setup_helpers module can build packages using setuptools
0 commit comments