Skip to content

Commit 017d6fd

Browse files
committed
BUG: Remove unnecessary matrix options for notebook testing
1 parent 4fdae98 commit 017d6fd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -256,22 +256,6 @@ jobs:
256256
max-parallel: 3
257257
matrix:
258258
os: [ubuntu-18.04, windows-2019, macos-10.15]
259-
include:
260-
- os: ubuntu-18.04
261-
c-compiler: "gcc"
262-
cxx-compiler: "g++"
263-
itk-git-tag: "v5.2rc03"
264-
cmake-build-type: "MinSizeRel"
265-
- os: windows-2019
266-
c-compiler: "cl.exe"
267-
cxx-compiler: "cl.exe"
268-
itk-git-tag: "v5.2rc03"
269-
cmake-build-type: "Release"
270-
- os: macos-10.15
271-
c-compiler: "clang"
272-
cxx-compiler: "clang++"
273-
itk-git-tag: "v5.2rc03"
274-
cmake-build-type: "MinSizeRel"
275259

276260
steps:
277261
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)