Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Sep 30, 2023
1 parent 4b89fc1 commit e8cbeb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyinstaller==5.13.0
[ -f backend/requirements.txt ] && pip install -r backend/requirements.txt
pip install -r requirements.txt
- name: Install JS dependencies ⬇️
working-directory: ./frontend
Expand Down

0 comments on commit e8cbeb1

Please sign in to comment.