mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Fix dependencies
This commit is contained in:
parent
fb9677dc88
commit
3527ba4fd9
@ -27,6 +27,10 @@ jobs:
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
|
||||
- name: Install mysql
|
||||
run: sudo apt-get install -y mysql-server libmysqlclient-dev libmariadbclient-dev
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r backend/requirements.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user