Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lagerfeuer committed Jan 25, 2020
1 parent 3956164 commit 9d34277
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -19,5 +19,4 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
pip install pytest
pyhton -m pytest
python -m pytest --cov=cryptocompare

0 comments on commit 9d34277

Please sign in to comment.