Skip to content

Commit 4bc12ed

Browse files
authored
Update build.yml
1 parent 7ee92ec commit 4bc12ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python3 -m pip install --upgrade pip
2525
pip3 install pyinstaller
2626
pip install pillow
27-
pip3 install -r "requirements.txt"
27+
pip3 install -r "./src/requirements.txt"
2828
2929
3030
- name: Build tpp using tppbuild

0 commit comments

Comments
 (0)