Skip to content

Commit 10204ac

Browse files
committed
feat(remarshal): adding remarshal version 1.2.0
1 parent b241e24 commit 10204ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

csv/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ RUN apk upgrade --no-cache \
3131

3232
RUN pipx ensurepath --global \
3333
&& pipx install --global \
34-
csvkit==2.1.0
34+
csvkit==2.1.0 \
35+
remarshal==1.2.0
3536

3637
RUN adduser \
3738
--home "${USER_HOME}" \

csv/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
pip --version # py3-pip
2323
pipx --version # pipx
2424
python --version # python3
25+
remarshal --version # remarshal
2526
sed --version # sed
2627
yq --version # yq-go
2728
'

0 commit comments

Comments
 (0)