Skip to content

Commit 6168e05

Browse files
committed
adding requirements.txt for buildexecutables
1 parent a5d712e commit 6168e05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/buildexe.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22+
pip install -r requirements.txt
2223
pip install -r quality.txt
2324
2425
- name: Build executable
@@ -52,11 +53,12 @@ jobs:
5253
- name: Install dependencies
5354
run: |
5455
python -m pip install --upgrade pip
56+
pip install -r requirements.txt
5557
pip install -r quality.txt
5658
5759
- name: Build executable
5860
run: |
59-
pyinstaller --noconfirm .\pyx2cscope.spec
61+
pyinstaller --noconfirm ./pyx2cscope.spec
6062
6163
- name: Upload artifact
6264
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)