@@ -22,7 +22,10 @@ jobs:
|
||||
- name: Install frontend deps
|
||||
run: pnpm install --frozen-lockfile=false
|
||||
- name: Install backend deps
|
||||
run: pip install -r apps/api/requirements-dev.txt
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends fonts-dejavu-core
|
||||
pip install -r apps/api/requirements-dev.txt
|
||||
- name: Sync WESP UI parity
|
||||
run: bash scripts/materialize-wesp-static.sh
|
||||
- name: Lint
|
||||
|
||||
Reference in New Issue
Block a user