Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: update BART #14

Merged
merged 3 commits into from
Feb 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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