Skip to content

Commit

Permalink
attempt to work around issue with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jul 31, 2024
1 parent 6db5357 commit 764467e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install packages
run:
python -m pip install --upgrade pip
pip install tox
pip install coveralls
pip install .
python -m pip install --upgrade pip tox coveralls .
- name: Run tests
run: tox
- name: Report test coverage
Expand Down

0 comments on commit 764467e

Please sign in to comment.