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 8f30722 commit b86a7d9Copy full SHA for b86a7d9
.github/workflows/macos-linux-conda.yml
@@ -102,7 +102,7 @@ jobs:
102
-DGENERATE_PYTHON_STUBS=ON \
103
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
104
-DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
105
- cmake --build . -j4
+ cmake --build . -j3
106
ctest --output-on-failure
107
cmake --install .
108
.github/workflows/windows-conda.yml
@@ -79,7 +79,7 @@ jobs:
79
if errorlevel 1 exit 1
80
81
:: Build
82
83
84
85
:: Testing
0 commit comments