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 23c7d19 commit 2bea940Copy full SHA for 2bea940
.circleci/config.yml
@@ -59,7 +59,7 @@ jobs:
59
name: Unit Tests
60
command: |
61
source python/bin/activate
62
- make -C package test --makefile ../Makefile
+ pytest autonormalize/
63
- when:
64
condition: << parameters.codecov >>
65
steps:
0 commit comments