Skip to content

Commit

Permalink
Install build stuff before self
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Sep 12, 2021
1 parent 3b186eb commit 203fb8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: run tests
run: |
pip install -U pip
pip install --upgrade coveralls asttokens pytest setuptools setuptools_scm pep517 .[tests]
pip install --upgrade coveralls asttokens pytest setuptools setuptools_scm pep517
pip install .[tests]
coverage run --source cheap_repr -m pytest
coverage report -m
- name: Coveralls Python
Expand Down

0 comments on commit 203fb8a

Please sign in to comment.