Skip to content

Commit

Permalink
Pin coverage for CI to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolab committed Dec 16, 2019
1 parent dd81ccd commit ab57e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install -U pip
pip install git+https://github.com/labstreaminglayer/liblsl-Python.git
pip install -r requirements.txt
pip install coverage
pip install coverage==4.5.4
pip install pytest-cov
pip install pytest
pip install .
Expand All @@ -37,4 +37,4 @@ jobs:
- name: Static type checking
run: |
pip install mypy
mypy
mypy

0 comments on commit ab57e95

Please sign in to comment.