Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 2, 2021
2 parents 65da2e5 + affb4f9 commit b5218b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install -r requirements-dev.txt
- run: python -m pip install -e .
- run: coverage run -m pytest
Expand Down

0 comments on commit b5218b4

Please sign in to comment.