Skip to content

Commit

Permalink
attempt to fix ci for 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarcontar authored and feliwir committed Sep 27, 2024
1 parent ba19972 commit f3e223f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 0 additions & 3 deletions tests/common/cases/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3e223f

Please sign in to comment.