Skip to content

Commit dd0147a

Browse files
committed
Update .github/workflows/python312.yml (PR pybind#4342)
1 parent bb6c003 commit dd0147a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python312.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python -m pip install --upgrade pip
4040
python -m pip install --prefer-binary -r tests/requirements.txt
4141
python -m pip install --prefer-binary numpy
42-
python -m pip install --prefer-binary scipy
42+
# python -m pip install --prefer-binary scipy
4343

4444
- name: Show platform info
4545
run: python -m platform
@@ -120,7 +120,7 @@ jobs:
120120
- name: C++ tests C++17 max DPYBIND11_INTERNALS_VERSION
121121
run: cmake --build build17max --target cpptest
122122

123-
- name: Interface test
123+
- name: Interface test C++17 max DPYBIND11_INTERNALS_VERSION
124124
run: cmake --build build17max --target test_cmake_build
125125

126126
# Ensure the setup_helpers module can build packages using setuptools

0 commit comments

Comments
 (0)