Skip to content

Commit

Permalink
FIX: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
shashankbansal6 and effigies authored Jan 14, 2022
1 parent b76b076 commit 0bced91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,6 @@ jobs:
with:
python-version: 3.9

# - uses: conda-incubator/setup-miniconda@v2
# with:
# miniconda-version: "latest"
# activate-environment: datalad
# channels: conda-forge
# channel-priority: flexible
# allow-softlinks: true
# show-channel-urls: true
# use-only-tar-bz2: true

# - name: Check conda installation
# shell: bash -l {0}
# run: |
# conda info
# conda list

- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -324,7 +308,7 @@ jobs:

deploy_version:
needs: [build_docs, test_ds003]
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
{
"affiliation": "Stanford University",
"name": "Shashank Bansal",
"name": "Bansal, Shashank",
"orcid": "0000-0002-1252-8772"
},
{
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
nilearn~=0.8.1
pandas>=0.19
tables>=3.2.1
pybids==0.14
pybids~=0.14.0
jinja2

[options.extras_require]
Expand Down

0 comments on commit 0bced91

Please sign in to comment.