We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5315607 commit abad806Copy full SHA for abad806
pyaction/action_template/{{action_slug}}/Dockerfile.jinja
@@ -14,7 +14,7 @@ COPY . .
14
RUN [ -f pre-script.sh ] && sh pre-script.sh || true
15
16
# Install action dependencies
17
-RUN uv sync --no-install-project --no-cache
+RUN uv pip install . --system
18
19
# running the post-script.sh
20
RUN [ -f post-script.sh ] && sh post-script.sh || true
test_action/Dockerfile
# Install project dependencies first for better caching
# Running the post-script.sh
0 commit comments