From f3e223f33debdf8cf1f08d9ac75c17688257ac33 Mon Sep 17 00:00:00 2001 From: Michael Schnabel Date: Fri, 27 Sep 2024 23:40:50 +0200 Subject: [PATCH] attempt to fix ci for 4.2 --- .github/workflows/ci.yml | 3 ++- tests/common/cases/test_utils.py | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a60d8e0..2013a8b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: python-version: '3.10.9' - blender-version: '4.2' blender-version-suffix: '0' - python-version: '3.10.9' + python-version: '3.11.7' steps: - uses: actions/checkout@v3 @@ -49,6 +49,7 @@ jobs: mv blender-${{ matrix.blender-version }}.${{ matrix.blender-version-suffix }}-linux-x64 blender rm blender-${{ matrix.blender-version }}.${{ matrix.blender-version-suffix }}-linux-x64.tar.xz cd .. + mkdir -p ${PWD}/tmp/blender/${{ matrix.blender-version }}/scripts/addons ln -s ${PWD}/io_mesh_w3d ${PWD}/tmp/blender/${{ matrix.blender-version }}/scripts/addons/io_mesh_w3d wget https://files.pythonhosted.org/packages/85/d5/818d0e603685c4a613d56f065a721013e942088047ff1027a632948bdae6/coverage-4.5.4.tar.gz#md5=c33cab2aed8780aac32880cb6c7616b7 tar zxf coverage-4.5.4.tar.gz diff --git a/tests/common/cases/test_utils.py b/tests/common/cases/test_utils.py index 180b4a61..2ee5d977 100644 --- a/tests/common/cases/test_utils.py +++ b/tests/common/cases/test_utils.py @@ -714,9 +714,6 @@ def test_roundtrip_only_needed_keyframes(self): type=1, time_codes=time_codes) - # animation.time_coded_channels = [channel, channel_q] - - # if bpy.app.version >= (4, 2, 0): animation.time_coded_channels = [channel, channel_q] self.compare_data([], None, None, [], None, animation)