Copy patches/yt_dlp for tests

This commit is contained in:
tcely 2025-03-08 07:54:27 -05:00 committed by GitHub
parent b072b314d2
commit 2e12737583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,9 @@ jobs:
pip install pipenv pip install pipenv
pipenv install --system --skip-lock pipenv install --system --skip-lock
- name: Set up Django environment - name: Set up Django environment
run: cp tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py run: |
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
cp -v -a -t /usr/local/lib/python3.*/dist-packages/yt_dlp/ tubesync/patches/yt_dlp/*
- name: Run Django tests - name: Run Django tests
run: cd tubesync && python3 manage.py test --verbosity=2 run: cd tubesync && python3 manage.py test --verbosity=2
containerise: containerise: