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

parent b40ce578
......@@ -755,8 +755,8 @@ jobs:
fail-fast: false
matrix:
python:
#- 2.7
#- 3.6
- 2.7
- 3.6
- 3.7
# todo: check/cpptest does not support 3.8+ yet
......@@ -789,7 +789,7 @@ jobs:
-DDOWNLOAD_EIGEN=ON
- name: Build C++14
run: cmake --build build -j 1
run: cmake --build build -j 2
- name: Run all checks
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