Skip to content

Commit

Permalink
Install coveralls in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Oct 26, 2021
1 parent 7faceb9 commit eb61eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install dependencies
id: install-dependencies
run: |
python -m pip install .[test]
python -m pip install .[test] coveralls
BLENDER_EXECUTABLE_PATH="$(cat _blender-executable-path.txt | tr -d '\n')"
PYTHON_BLENDER_EXECUTABLE="$(pytest-blender --blender-executable $BLENDER_EXECUTABLE_PATH)"
$PYTHON_BLENDER_EXECUTABLE -m ensurepip
Expand Down

0 comments on commit eb61eca

Please sign in to comment.