Removed manual install of Airlock libs and included it in the requirements file
This commit is contained in:
@@ -38,9 +38,6 @@ jobs:
|
||||
cd ~/.wine/drive_c/Python313
|
||||
wine python.exe -m pip install nuitka pywin32 keyring --break-system-packages
|
||||
wine python.exe -m pip install -r AirlockTools/requirements.txt
|
||||
wine python.exe -m pip install \
|
||||
--index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/ \
|
||||
airlock-libs --break-system-packages
|
||||
|
||||
- name: Build Executable
|
||||
env:
|
||||
|
||||
@@ -2,6 +2,8 @@ name: Build Library
|
||||
run-name: ${{ gitea.actor }}
|
||||
on:
|
||||
push:
|
||||
braches:
|
||||
- RustImplementation
|
||||
paths:
|
||||
- airlock_libs/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user