Skip to content

Commit f3e223f

Browse files
Tarcontarfeliwir
authored andcommitted
attempt to fix ci for 4.2
1 parent ba19972 commit f3e223f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: '3.10.9'
2929
- blender-version: '4.2'
3030
blender-version-suffix: '0'
31-
python-version: '3.10.9'
31+
python-version: '3.11.7'
3232

3333
steps:
3434
- uses: actions/checkout@v3
@@ -49,6 +49,7 @@ jobs:
4949
mv blender-${{ matrix.blender-version }}.${{ matrix.blender-version-suffix }}-linux-x64 blender
5050
rm blender-${{ matrix.blender-version }}.${{ matrix.blender-version-suffix }}-linux-x64.tar.xz
5151
cd ..
52+
mkdir -p ${PWD}/tmp/blender/${{ matrix.blender-version }}/scripts/addons
5253
ln -s ${PWD}/io_mesh_w3d ${PWD}/tmp/blender/${{ matrix.blender-version }}/scripts/addons/io_mesh_w3d
5354
wget https://files.pythonhosted.org/packages/85/d5/818d0e603685c4a613d56f065a721013e942088047ff1027a632948bdae6/coverage-4.5.4.tar.gz#md5=c33cab2aed8780aac32880cb6c7616b7
5455
tar zxf coverage-4.5.4.tar.gz

tests/common/cases/test_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,6 @@ def test_roundtrip_only_needed_keyframes(self):
714714
type=1,
715715
time_codes=time_codes)
716716

717-
# animation.time_coded_channels = [channel, channel_q]
718-
719-
# if bpy.app.version >= (4, 2, 0):
720717
animation.time_coded_channels = [channel, channel_q]
721718

722719
self.compare_data([], None, None, [], None, animation)

0 commit comments

Comments
 (0)