Commit 62b920aa authored by Jason Madden's avatar Jason Madden

Install the built wheel.

Prevents an issue with differing CPPFLAGS breaking configure when we try to compile again.
parent 7adfa06b
...@@ -211,10 +211,9 @@ jobs: ...@@ -211,10 +211,9 @@ jobs:
twine upload --skip-existing dist/* twine upload --skip-existing dist/*
- name: Install gevent - name: Install gevent
# I'd prefer to install the wheel in non-editable mode, but that seems to
# screw up coverage reporting.
run: | run: |
pip install -U -e .[test] WHL=$(ls dist/*whl)
pip install -U "$WHL[test]"
- name: Report environment details - name: Report environment details
run: | run: |
python --version python --version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment