Don't write .pyc files

This commit is contained in:
tcely 2025-05-14 11:58:29 -04:00 committed by GitHub
parent b901f6f08c
commit b99cb61cdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ jobs:
cp -v -a -t "${Python3_ROOT_DIR}"/lib/python3.*/site-packages/yt_dlp/ patches/yt_dlp/* cp -v -a -t "${Python3_ROOT_DIR}"/lib/python3.*/site-packages/yt_dlp/ patches/yt_dlp/*
cd tubesync && python3 -B manage.py collectstatic --no-input --link cd tubesync && python3 -B manage.py collectstatic --no-input --link
- name: Run Django tests - name: Run Django tests
run: cd tubesync && python3 -W default manage.py test --verbosity=2 run: cd tubesync && python3 -B -W default manage.py test --verbosity=2
containerise: containerise:
if: ${{ !cancelled() && 'success' == needs.info.result }} if: ${{ !cancelled() && 'success' == needs.info.result }}