Skip to content

Commit

Permalink
Merge branch 'python_3.8_adaptions' of https://github.com/OpenSAGE/Op…
Browse files Browse the repository at this point in the history
…enSAGE.BlenderPlugin into python_3.8_adaptions
  • Loading branch information
Tarcontar committed Sep 27, 2021
2 parents e4b0f3c + 4d4b580 commit 1c3080c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
python-version: [ '3.7' ]
blender-version: ['2.83', '2.93' ]
blender-version: [ '2.93' ]
include:
- blender-version: '2.83'
blender-version-suffix: '17'
- blender-version: '2.93'
blender-version-suffix: '3'
blender-version-suffix: '4'
python-version: '3.9.2'

steps:
- uses: actions/checkout@v2
Expand All @@ -45,7 +43,7 @@ jobs:
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
mv coverage-4.5.4/coverage "${PWD}/tmp/blender/${{ matrix.blender-version }}/python/lib/python${{ matrix.python-version }}"
mv coverage-4.5.4/coverage "${PWD}/tmp/blender/${{ matrix.blender-version }}/scripts/modules"
rm -rf coverage-4.5.4
- name: Test
run: |
Expand Down

0 comments on commit 1c3080c

Please sign in to comment.