This commit is contained in:
parent
49eeacd967
commit
6de149b112
@ -11,7 +11,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12.4'
|
python-version: '3.12.4'
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
- run: apt-get add unixodbc
|
- run: apt-get update
|
||||||
|
- run: apt-get install unixodbc
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run: ls ${{ gitea.workspace }}
|
- run: ls ${{ gitea.workspace }}
|
||||||
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
|
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user