diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 9851137..1cc5397 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -10,11 +10,11 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.12" - name: Test run: | pip install pytest pytest-xprocess - pip install https://www.vtk.org/files/release/9.3/vtk_osmesa-9.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + pip install https://www.vtk.org/files/release/9.3/vtk_osmesa-9.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl pip install -e . pytest diff --git a/src/tests/data/take_screenshot_with_background.jpg b/src/tests/data/take_screenshot_with_background.jpg index b490cfc..7edd297 100644 Binary files a/src/tests/data/take_screenshot_with_background.jpg and b/src/tests/data/take_screenshot_with_background.jpg differ diff --git a/src/tests/data/take_screenshot_with_background.png b/src/tests/data/take_screenshot_with_background.png index 6dcfc0b..ef275f9 100644 Binary files a/src/tests/data/take_screenshot_with_background.png and b/src/tests/data/take_screenshot_with_background.png differ diff --git a/src/tests/data/take_screenshot_without_background.png b/src/tests/data/take_screenshot_without_background.png index d67f309..6dda998 100644 Binary files a/src/tests/data/take_screenshot_without_background.png and b/src/tests/data/take_screenshot_without_background.png differ