This commit is contained in:
parent
550a948946
commit
0290f3e037
@ -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 install unixodbc
|
- run: rm /etc/apt/sources.list.d/mssql-release.list
|
||||||
|
- 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