File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Notebook Testing
1
+ name : GitHub Actions
2
2
3
3
on :
4
4
push :
45
45
needs : lint
46
46
strategy :
47
47
matrix :
48
- os : [ubuntu-latest, macos-latest, windows-latest]
48
+ os : [macos-latest, windows-latest]
49
49
python-version : ['3.8', '3.10']
50
50
runs-on : ${{ matrix.os }}
51
51
steps :
Original file line number Diff line number Diff line change 1
1
# SimpleITK Notebooks
2
2
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 ) & nbsp ;& nbsp ; [ ![ 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 )
4
4
  ;  ; [ ![ 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/ )
5
5
  ;  ; [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
6
6
You can’t perform that action at this time.
0 commit comments