[Python] Fix CircleCI tests
This commit is contained in:
parent
7d25da5dc1
commit
174914ace6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ jobs:
|
|||
- checkout:
|
||||
path: ~/signer
|
||||
- run: pip install --user .[testing]
|
||||
- run: pytest
|
||||
- run: python -m pytest .
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in a new issue