We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec5ff4 commit e77f4aaCopy full SHA for e77f4aa
.github/workflows/main.yaml
@@ -741,7 +741,7 @@ jobs:
741
docker build -t otp - <<EOF
742
FROM otp
743
RUN echo 'export PATH="\$HOME/.local/bin:\$PATH"' >> /home/otptest/.profile
744
- RUN sudo apt-get install -y pip && \
+ RUN sudo apt-get install -y libicu-dev pip && \
745
pip install click==8.1.7 scancode-toolkit==${SCANCODE_VERSION} reuse && \
746
pip install -U ntia-conformance-checker
747
EOF
0 commit comments