Skip to content

Commit

Permalink
remove gcc9+tbb CI for python wrapper since it takes far too long
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Sep 6, 2024
1 parent caf85c2 commit 98cd11d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
name:
[
ubuntu-20.04-gcc-9,
ubuntu-20.04-gcc-9-tbb,
ubuntu-20.04-clang-9,
macos-12-xcode-14.2,
macos-14-xcode-15.4,
Expand All @@ -44,12 +43,6 @@ jobs:
compiler: gcc
version: "9"

- name: ubuntu-20.04-gcc-9-tbb
os: ubuntu-20.04
compiler: gcc
version: "9"
flag: tbb

- name: ubuntu-20.04-clang-9
os: ubuntu-20.04
compiler: clang
Expand Down

0 comments on commit 98cd11d

Please sign in to comment.