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.
2 parents 847cd13 + 9984792 commit 7250368Copy full SHA for 7250368
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
90
- name: Install dependencies
91
run: |
92
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
93
pip install --upgrade --requirement requirements-test.txt
94
- name: Set up pre-commit hook environments
95
run: pre-commit install-hooks
0 commit comments