Really fix the build.

This commit is contained in:
Dan Albert 2021-11-20 22:27:48 -08:00
parent 477d3fb197
commit 08d670a882
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
./venv/scripts/activate
python -m pip install -r requirements.txt
# For some reason the shiboken6.abi3.dll is not found properly, so I copy it instead
Copy-Item .\venv\Lib\site-packages\shiboken6\shiboken6.abi3.dll .\venv\Lib\site-packages\PySide2\ -Force
Copy-Item .\venv\Lib\site-packages\shiboken6\shiboken6.abi3.dll .\venv\Lib\site-packages\PySide6\ -Force
- name: mypy game
run: |

View File

@ -27,7 +27,7 @@ jobs:
./venv/scripts/activate
python -m pip install -r requirements.txt
# For some reason the shiboken6.abi3.dll is not found properly, so I copy it instead
Copy-Item .\venv\Lib\site-packages\shiboken6\shiboken6.abi3.dll .\venv\Lib\site-packages\PySide2\ -Force
Copy-Item .\venv\Lib\site-packages\shiboken6\shiboken6.abi3.dll .\venv\Lib\site-packages\PySide6\ -Force
- name: Finalize version
run: |

View File

@ -25,7 +25,7 @@ jobs:
./venv/scripts/activate
python -m pip install -r requirements.txt
# For some reason the shiboken6.abi3.dll is not found properly, so I copy it instead
Copy-Item .\venv\Lib\site-packages\shiboken6\shiboken6.abi3.dll .\venv\Lib\site-packages\PySide2\ -Force
Copy-Item .\venv\Lib\site-packages\shiboken6\shiboken6.abi3.dll .\venv\Lib\site-packages\PySide6\ -Force
- name: run tests
run: |