temporarily turn off Python + tbb in CI because of OOM

release/4.3a0
John Lambert 2021-03-11 15:12:49 -05:00 committed by GitHub
parent c58c00f1ac
commit e9855dcad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ jobs:
ubuntu-18.04-gcc-9,
ubuntu-18.04-clang-9,
macOS-10.15-xcode-11.3.1,
ubuntu-18.04-gcc-5-tbb,
#ubuntu-18.04-gcc-5-tbb,
]
build_type: [Debug, Release]
@ -48,11 +48,11 @@ jobs:
compiler: xcode
version: "11.3.1"
- name: ubuntu-18.04-gcc-5-tbb
os: ubuntu-18.04
compiler: gcc
version: "5"
flag: tbb
# - name: ubuntu-18.04-gcc-5-tbb
# os: ubuntu-18.04
# compiler: gcc
# version: "5"
# flag: tbb
steps:
- name: Checkout