Skip to content

Commit

Permalink
setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Mar 7, 2020
1 parent 01677e1 commit c5712db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpublish.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
autopep8 --recursive --aggressive --diff --exit-code trimesh/
autopep8 --recursive --aggressive --diff --exit-code examples/
autopep8 --recursive --aggressive --diff --exit-code tests/
tests:
needs: formatting
runs-on: ${{ matrix.os }}
Expand All @@ -50,7 +51,7 @@ jobs:
- name: Install Pytest
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
pip install pytest pytest-cov setuptools
- name: Install Trimesh
run: pip install .[easy]
- name: Run Pytest
Expand Down

0 comments on commit c5712db

Please sign in to comment.