Skip to content

Commit

Permalink
Merge pull request #14 from mckib2/update-bart
Browse files Browse the repository at this point in the history
MAINT: update BART
  • Loading branch information
mckib2 authored Feb 14, 2021
2 parents d9411f1 + f551856 commit 9a77890
Show file tree
Hide file tree
Showing 587 changed files with 976 additions and 109,889 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ name: Build and upload to PyPI
# on: [push, pull_request]
# Alternatively, to publish when a (published) GitHub Release is created, use the following:
on:
# push:
# pull_request:
release:
types:
- published

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

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-10.15]

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: actions/setup-python@v2
name: Install Python
Expand All @@ -47,6 +47,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- uses: actions/setup-python@v2
name: Install Python
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "bart"]
path = bart
url = https://github.com/mrirecon/bart
1 change: 1 addition & 0 deletions bart
Submodule bart added at e19914
51 changes: 0 additions & 51 deletions bart/.gitignore.main

This file was deleted.

30 changes: 0 additions & 30 deletions bart/.gitlab-ci.yml

This file was deleted.

102 changes: 0 additions & 102 deletions bart/.travis.yml

This file was deleted.

53 changes: 0 additions & 53 deletions bart/ACKNOWLEDGEMENTS

This file was deleted.

30 changes: 0 additions & 30 deletions bart/LICENSE

This file was deleted.

Loading

0 comments on commit 9a77890

Please sign in to comment.