removing executable from code path and moving it to releases. Search basic
All checks were successful
Build / build-windows-binary (push) Successful in 29s
Build / build-linux-binary (push) Successful in 1m11s

This commit is contained in:
2024-07-31 12:45:02 -05:00
parent f99801fa2b
commit de17d1d45b
3 changed files with 1 additions and 35 deletions

View File

@ -10,6 +10,7 @@ jobs:
with:
python-version: '3.12.4'
cache: 'pip' # caching pip dependencies
- run: lsb_release -a
- run: apt-get update
- run: apt-get install unixodbc -y
- run: pip install -r requirements.txt