Skip to content

Commit c1a25f7

Browse files
Merge pull request #6 from ptxmac/master
Add toml as dependency for pyproject.toml checking
2 parents f164580 + c3307f2 commit c1a25f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL "homepage"="https://github.com/AlexanderMelde/yapf-action"
99
LABEL "maintainer"="Alexander Melde <[email protected]>"
1010

1111
RUN pip install --upgrade pip
12-
RUN pip install yapf
12+
RUN pip install yapf toml
1313

1414
COPY entrypoint.sh /entrypoint.sh
1515

0 commit comments

Comments
 (0)