Skip to content

Commit

Permalink
fix pyhton p info0
Browse files Browse the repository at this point in the history
  • Loading branch information
fliem committed Oct 22, 2019
1 parent b841bda commit 605ab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
command: docker run -ti --rm bids/${CIRCLE_PROJECT_REPONAME}:latest --version
- run:
name: Python info
command: docker run --rm -ti --entrypoint=/bin/bash bids/${CIRCLE_PROJECT_REPONAME}:latest -c "pip freeze"
command: docker run --rm -ti --entrypoint=/bin/bash bids/${CIRCLE_PROJECT_REPONAME}:latest -c "pip3 freeze"

# TEST 1 participant level tests for 1ses dataset: cross dataset that has session level with one session
test_1ses:
Expand Down

0 comments on commit 605ab69

Please sign in to comment.