Pipeline!

This commit is contained in:
Raffson 2023-10-08 01:40:03 +02:00
parent f513e27dc6
commit 394627e8d5
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -19,5 +19,3 @@ runs:
run: |
./venv/scripts/activate
python -m pip install -r requirements.txt
# For some reason the shiboken2.abi3.dll is not found properly, so I copy it instead
Copy-Item .\venv\Lib\site-packages\shiboken2\shiboken2.abi3.dll .\venv\Lib\site-packages\PySide2\ -Force