Skip to content

Commit

Permalink
Merge pull request #712 from borglab/tbb-CI-off
Browse files Browse the repository at this point in the history
temporarily turn off Python + tbb in CI because of OOM
  • Loading branch information
johnwlambert authored Mar 11, 2021
2 parents a9f9d46 + e9855dc commit b83f06a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit b83f06a

Please sign in to comment.