mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Don't write .pyc
files
This commit is contained in:
parent
b901f6f08c
commit
b99cb61cdb
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user