We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c5c6a commit 12ecfe3Copy full SHA for 12ecfe3
1 file changed
.github/workflows/pypy.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Build
42
run: |
43
- python -m pip wheel -w wheelhouse .
+ python -m pip -v wheel --constraint ci/constraints.txt -w wheelhouse .
44
45
test:
46
strategy:
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
- python -m pip install -e .
+ python -m pip -v install --constraint ci/constraints.txt -e .
90
91
- name: Test
92
0 commit comments