Skip to content

Commit 3ccfe9d

Browse files
authored
Merge pull request #408 from zivy/updateCIDivision
Testing is divided between GitHub Actions and CircleCI.
2 parents b9ff109 + 6791cab commit 3ccfe9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Notebook Testing
1+
name: GitHub Actions
22

33
on:
44
push:
@@ -45,7 +45,7 @@ jobs:
4545
needs: lint
4646
strategy:
4747
matrix:
48-
os: [ubuntu-latest, macos-latest, windows-latest]
48+
os: [macos-latest, windows-latest]
4949
python-version: ['3.8', '3.10']
5050
runs-on: ${{ matrix.os }}
5151
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SimpleITK Notebooks
22

3-
![Notebook Testing](https://github.com/InsightSoftwareConsortium/SimpleITK-Notebooks/workflows/Notebook%20Testing/badge.svg)
3+
![GitHub Actions Notebook Testing](https://github.com/InsightSoftwareConsortium/SimpleITK-Notebooks/workflows/GitHub%20Actions/badge.svg)  [![CircleCI Notebook Testing](https://dl.circleci.com/status-badge/img/gh/InsightSoftwareConsortium/SimpleITK-Notebooks/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/InsightSoftwareConsortium/SimpleITK-Notebooks/tree/master)
44
  [![http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/)
55
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66

0 commit comments

Comments
 (0)