Skip to content

Commit 9a77890

Browse files
authored
Merge pull request #14 from mckib2/update-bart
MAINT: update BART
2 parents d9411f1 + f551856 commit 9a77890

File tree

587 files changed

+976
-109889
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

587 files changed

+976
-109889
lines changed

.github/workflows/github-deploy.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ name: Build and upload to PyPI
44
# on: [push, pull_request]
55
# Alternatively, to publish when a (published) GitHub Release is created, use the following:
66
on:
7-
# push:
8-
# pull_request:
97
release:
108
types:
119
- published
1210

1311
env:
14-
# skip python2.7 builds, python3.5 EOL
12+
# skip python2.7 builds, python3.5 EOL, python3.6 EOL
1513
# as well as pypy mac builds that fail due to bad numpy builds
16-
CIBW_SKIP: cp27-* pp27-* cp35-* pp36-macosx_x86_64 pp37-macosx_x86_64
14+
CIBW_SKIP: cp27-* pp27-* cp35-* cp36-* pp36-macosx_x86_64 pp37-macosx_x86_64
1715

1816
jobs:
1917
build_wheels:
2018
name: Build wheels on ${{ matrix.os }}
2119
runs-on: ${{ matrix.os }}
2220
strategy:
2321
matrix:
24-
os: [ubuntu-latest, macos-latest]
22+
os: [ubuntu-latest, macos-10.15]
2523

2624
steps:
2725
- uses: actions/checkout@v2
26+
with:
27+
submodules: recursive
2828

2929
- uses: actions/setup-python@v2
3030
name: Install Python
@@ -47,6 +47,8 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2
50+
with:
51+
submodules: recursive
5052

5153
- uses: actions/setup-python@v2
5254
name: Install Python

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "bart"]
2+
path = bart
3+
url = https://github.com/mrirecon/bart

bart

Submodule bart added at e199148

bart/.gitignore.main

Lines changed: 0 additions & 51 deletions
This file was deleted.

bart/.gitlab-ci.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

bart/.travis.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

bart/ACKNOWLEDGEMENTS

Lines changed: 0 additions & 53 deletions
This file was deleted.

bart/LICENSE

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)