We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f164580 + c3307f2 commit c1a25f7Copy full SHA for c1a25f7
Dockerfile
@@ -9,7 +9,7 @@ LABEL "homepage"="https://github.com/AlexanderMelde/yapf-action"
9
LABEL "maintainer"="Alexander Melde <[email protected]>"
10
11
RUN pip install --upgrade pip
12
-RUN pip install yapf
+RUN pip install yapf toml
13
14
COPY entrypoint.sh /entrypoint.sh
15
0 commit comments