Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Update Coverage Workflow
Browse files Browse the repository at this point in the history
- pin `pytest-xdist` to 1.34.0 as newer one requires pytest >= 6.0 and we are pinned at pytest==5.4.3 until caplog issue is resolved.
  • Loading branch information
josh-hadley authored Aug 24, 2020
1 parent 89103f2 commit 230781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
CFLAGS: '--coverage'
run: |
pip install pytest==5.4.3 pytest-cov pytest-xdist
pip install pytest==5.4.3 pytest-cov pytest-xdist==1.34.0
echo "::set-env name=PYTHONPATH::home/runner/work/psautohint/build/lib"
python setup.py build --build-base build --build-platlib build/lib
python setup.py install
Expand Down

0 comments on commit 230781a

Please sign in to comment.