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 f90a819 commit 8707521Copy full SHA for 8707521
.github/workflows/merge_stage_test.yml
@@ -220,6 +220,7 @@ jobs:
220
python -m pip install -r requirements/poseval.txt
221
- name: Build and install
222
run: |
223
+ python -m pip install --upgrade pip setuptools wheel
224
python -m pip install -e . -v
225
- name: Run unittests and generate coverage report
226
0 commit comments