Fixes export

This commit is contained in:
Trenton H 2024-10-10 14:59:02 -07:00
parent 3bd4a9f63c
commit eeaa592e93
2 changed files with 1 additions and 2 deletions

View File

@ -499,7 +499,7 @@ jobs:
-
name: Generate requirements file
run: |
uv export --no-dev --frozen --format requirements-txt
uv export --no-dev --frozen --format requirements-txt | tee requirements.txt
-
name: Compile messages
run: |

View File

@ -227,7 +227,6 @@ RUN --mount=type=cache,target=/root/.cache/uv,id=pip-cache \
https://github.com/paperless-ngx/builder/releases/download/zxing-${ZXING_VERSION}/zxing_cpp-${ZXING_VERSION}-cp312-cp312-linux_aarch64.whl \
https://github.com/paperless-ngx/builder/releases/download/zxing-${ZXING_VERSION}/zxing_cpp-${ZXING_VERSION}-cp312-cp312-linux_x86_64.whl \
&& uv sync --no-progress --frozen --no-dev --no-python-downloads --python-preference system --find-links . \
&& chown -R 1000:1000 . \
&& echo "Installing NLTK data" \
&& python3 -W ignore::RuntimeWarning -m nltk.downloader -d "/usr/share/nltk_data" snowball_data \
&& python3 -W ignore::RuntimeWarning -m nltk.downloader -d "/usr/share/nltk_data" stopwords \