We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee92ec commit 4bc12edCopy full SHA for 4bc12ed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
python3 -m pip install --upgrade pip
25
pip3 install pyinstaller
26
pip install pillow
27
- pip3 install -r "requirements.txt"
+ pip3 install -r "./src/requirements.txt"
28
29
30
- name: Build tpp using tppbuild
0 commit comments