Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 9e8ca75

Browse files
committed
ci: nuitka build test
1 parent 32c5978 commit 9e8ca75

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/nuitka.yml

+12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ jobs:
2323
with:
2424
python-version: '3.11'
2525

26+
- name: Setup Python
27+
uses: actions/setup-python@v4
28+
with:
29+
python-version: '3.11'
30+
cache: 'pip'
31+
cache-dependency-path: |
32+
**/requirements*.txt
33+
34+
- name: Install Dependencies
35+
run: |
36+
pip install -r requirements.txt
37+
2638
- name: Build Executable
2739
uses: Nuitka/[email protected]
2840
with:

requirements.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
python==3.11
2+
numpy==1.26.4
3+
mediapipe==0.10.11
4+
opencv-python==4.9.0.80
5+
termcolor==2.4.0
6+
pygame-gui==0.6.10
7+
pygame-ce==2.4.1
8+
click==8.1.7

0 commit comments

Comments
 (0)