Skip to content

Commit e63ec8c

Browse files
authored
Update pylint.yml
1 parent b05f459 commit e63ec8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- name: Install dependencies
1414
run: |
1515
python3 -m pip install --upgrade pip
16+
blender --version # Check Blender installation
17+
python -m pip install --user bpy
1618
pip3 install pylint
1719
1820
- name: Analysing the code with pylint

0 commit comments

Comments
 (0)