From 08d670a8826f9532b4874cbd5618c2ba9a20b775 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 20 Nov 2021 22:27:48 -0800 Subject: [PATCH] Really fix the build. --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: |