This commit is contained in:
AAGaming
2023-09-30 12:46:48 -04:00
committed by marios8543
parent c69ca5e821
commit 0b01df7339

View File

@@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyinstaller==5.13.0
pip install -r backend/requirements.txt
pip install -r requirements.txt
- name: Install JS dependencies ⬇️
working-directory: ./frontend