Restoring original .github/workflows/ci.yml from master.

parent b40ce578
...@@ -755,8 +755,8 @@ jobs: ...@@ -755,8 +755,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
python: python:
#- 2.7 - 2.7
#- 3.6 - 3.6
- 3.7 - 3.7
# todo: check/cpptest does not support 3.8+ yet # todo: check/cpptest does not support 3.8+ yet
...@@ -789,7 +789,7 @@ jobs: ...@@ -789,7 +789,7 @@ jobs:
-DDOWNLOAD_EIGEN=ON -DDOWNLOAD_EIGEN=ON
- name: Build C++14 - name: Build C++14
run: cmake --build build -j 1 run: cmake --build build -j 2
- name: Run all checks - name: Run all checks
run: cmake --build build -t check run: cmake --build build -t check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment