Skip to content

Commit

Permalink
[ENH] Update docker image (#409)
Browse files Browse the repository at this point in the history
* add back fabber, update codecov

* switch to --citeproc

* Try newer version of codecov orb.

* Add GPG fix.

* Try bumping orb version.

* Update .circleci/config.yml

* Update .circleci/config.yml

---------

Co-authored-by: Taylor Salo <[email protected]>
Co-authored-by: Taylor Salo <[email protected]>
  • Loading branch information
3 people authored May 7, 2024
1 parent 5b37756 commit b2112bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:

.dockersetup: &dockersetup
docker:
- image: pennlinc/aslprep_build:0.0.7
- image: pennlinc/aslprep_build:0.0.11
working_directory: /src/aslprep

runinstall: &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/aslprep_build:0.0.7
FROM pennlinc/aslprep_build:0.0.11

# Install aslprep
COPY . /src/aslprep
Expand Down
3 changes: 1 addition & 2 deletions aslprep/cli/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ def build_boilerplate(config_file, workflow):
"-s",
"--bibliography",
str(load_data("boilerplate.bib")),
"--filter",
"pandoc-citeproc",
"--citeproc",
"--metadata",
'pagetitle="ASLPrep citation boilerplate"',
str(citation_files["md"]),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ markers = [
]

[tool.coverage.run]
branch = true
branch = false
omit = [
"*/tests/*",
"*/__init__.py",
Expand Down

0 comments on commit b2112bb

Please sign in to comment.