File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,7 @@ jobs:
133133 run : cmake --build . --target pytest -j 2
134134
135135 - name : C++11 tests
136- # TODO: Figure out how to load the DLL on Python 3.8+
137- if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 || matrix.python == '3.10' || matrix.python == '3.11' || matrix.python == 'pypy-3.8'))"
138- run : cmake --build . --target cpptest -j 2
136+ run : cmake --build . --target cpptest -j 2
139137
140138 - name : Interface test C++11
141139 run : cmake --build . --target test_cmake_build
@@ -164,8 +162,6 @@ jobs:
164162 run : cmake --build build2 --target pytest
165163
166164 - name : C++ tests
167- # TODO: Figure out how to load the DLL on Python 3.8+
168- if : " !(runner.os == 'Windows' && (matrix.python == 3.8 || matrix.python == 3.9 || matrix.python == '3.10' || matrix.python == '3.11' || matrix.python == 'pypy-3.8'))"
169165 run : cmake --build build2 --target cpptest
170166
171167 # Third build - C++17 mode with unstable ABI
You can’t perform that action at this time.
0 commit comments