Skip to content

Commit

Permalink
install requests python package in Docker image used in run_tests cus…
Browse files Browse the repository at this point in the history
…tom action because it appears to no longer be available in python3 that comes with alpine:latest (latest was recently updated to 3.16.0), ci-run-all-cases
  • Loading branch information
georgemccabe committed May 24, 2022
1 parent e3392ba commit 337c714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run_tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN chmod +x /entrypoint.sh

RUN apk add --update --no-cache docker python3 py3-pip bash

RUN pip3 install python-dateutil
RUN pip3 install python-dateutil requests

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 337c714

Please sign in to comment.