Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 1, 2024
1 parent 843fd8f commit 4d0da52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
path: /home/circleci/src/CuBIDS

- run:
name: Test CuBIDS (Python = << matrix.python_version >>)
name: Test CuBIDS
command: |
export MINICONDA=/tmp/miniconda
export PATH="$MINICONDA/bin:$PATH"
Expand Down Expand Up @@ -60,7 +60,6 @@ jobs:
command: python -m twine upload -u __token__ -p ${PYPI_TOKEN} dist/cubids*

workflows:
version: 2
build_test_deploy:
jobs:
- run_pytests:
Expand Down

0 comments on commit 4d0da52

Please sign in to comment.