mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 20:46:36 +00:00
Use Python3_ROOT_DIR
environment variable
This commit is contained in:
parent
2e12737583
commit
1d1cb6dc14
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Set up Django environment
|
||||
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/*
|
||||
cp -v -a -t "${Python3_ROOT_DIR}"/lib/python3.*/dist-packages/yt_dlp/ tubesync/patches/yt_dlp/*
|
||||
- name: Run Django tests
|
||||
run: cd tubesync && python3 manage.py test --verbosity=2
|
||||
containerise:
|
||||
|
Loading…
Reference in New Issue
Block a user