Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nerohmot authored Mar 17, 2021
1 parent d91eb82 commit 2c41e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pip install -r requirements/run.txt
pip install -r requirements/test.txt
- name: Run tests
run: pytest tests/ --cov=Semi_ATE
run: pytest tests/ --cov=Semi_ATE/TnD
- name: Create package
run: python setup.py sdist
- name: Check package
Expand Down

0 comments on commit 2c41e8f

Please sign in to comment.