We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75aca6 commit 475c909Copy full SHA for 475c909
.github/workflows/ci.yml
@@ -23,5 +23,6 @@ jobs:
23
- name: Install dependencies
24
run: |
25
pip install nose
26
+ pip install -e .
27
- name: Test
28
run: nosetests stl_tools --with-coverage --cover-package=stl_tools
0 commit comments