Skip to content

Commit

Permalink
test??
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Sep 19, 2024
1 parent 2fdd643 commit 7a52f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/docker/Dockerfile.python-client.test
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN python3 -m venv venv
RUN --mount=type=cache,target=/root/.cache /bin/bash -c \
"source venv/bin/activate && \
pip install --upgrade pip && \
pip install -r requirements.legacy.test.txt"
pip install -r requirements.test.txt"

ENTRYPOINT "/bin/bash"

0 comments on commit 7a52f88

Please sign in to comment.