Skip to content

Commit

Permalink
skip pdf-images file
Browse files Browse the repository at this point in the history
  • Loading branch information
MthwRobinson committed Jul 11, 2024
1 parent 96c4055 commit bd59e70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ jobs:
make install-ci
make install-paddleocr
make install-all-ingest
pip uninstall -y nvidia-cublas-cu12 \
nvidia-cuda-cupti-cu12 \
nvidia-cuda-nvrtc-cu12 \
nvidia-cuda-runtime-cu12 \
nvidia-cudnn-cu12 \
nvidia-cufft-cu12 \
nvidia-curand-cu12 \
nvidia-cusolver-cu12 \
nvidia-cusparse-cu12 \
nvidia-nccl-cu12 \
nvidia-nvjitlink-cu12 \
nvidia-nvtx-cu12
make check-licenses
lint:
Expand Down
6 changes: 5 additions & 1 deletion scripts/check-licenses.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash

REQUIREMENTS_FILES=$(find requirements -type f -name "*.txt" ! -name "constraints.txt" ! -name "dev.txt")
REQUIREMENTS_FILES=$(find requirements -type f -name "*.txt" \
-name "extra-pdf-image.in" \
! -name "extra-pdf-image.txt" \
! -name "constraints.txt" \
! -name "dev.txt")

for REQUIREMENTS_FILE in $REQUIREMENTS_FILES; do
echo "Checking $REQUIREMENTS_FILE"
Expand Down

0 comments on commit bd59e70

Please sign in to comment.