Skip to content

Commit

Permalink
Update pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Jan 11, 2022
1 parent 1c38dd2 commit bbbc07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Install dependencies
run: |
pip install pytest pytest-cov pytest-timeout
- name: Install requirements
- name: Run pytest
run: |
set -e
pip install -e .[test]
pytest --cov tests/common
pytest tests/common --cov
shell: bash
- uses: AndreMiras/coveralls-python-action@v20201129
with:
Expand Down

0 comments on commit bbbc07d

Please sign in to comment.