Skip to content

Commit

Permalink
Update Blender version used in GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusiq committed Jul 24, 2024
1 parent c2d22b6 commit b5fff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install dependencies
run: |
sudo snap install blender --channel=3.3lts/stable --classic
sudo snap install blender --channel=4.2lts/stable --classic
cd $GITHUB_WORKSPACE
pip install pyright pytest numpy ./fake_bpy_modules
- name: Build and install the addon
Expand Down

0 comments on commit b5fff8d

Please sign in to comment.