Skip to content

Commit

Permalink
Downgrade connectome workbench version (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Jan 17, 2025
1 parent 9ce32b2 commit 9f1dff9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
.dockersetup:
&dockersetup
docker:
- image: pennlinc/xcp_d_build:0.0.20
- image: pennlinc/xcp_d_build:0.0.21
working_directory: /src/xcp_d

runinstall:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pennlinc/xcp_d_build:0.0.20
FROM pennlinc/xcp_d_build:0.0.21

# Install xcp_d
COPY . /src/xcp_d
Expand Down
7 changes: 7 additions & 0 deletions xcp_d/tests/run_local_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ def _get_parser():
required=False,
default=None,
)
parser.add_argument(
'--check_path',
action='store_true',
help='Check if the path is correct.',
required=False,
default=False,
)
return parser


Expand Down

0 comments on commit 9f1dff9

Please sign in to comment.