diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b088ca9..32e0e343 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dab7a58f..19f361f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 554f28bf..08d645fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |