Skip to content

Commit 7250368

Browse files
authored
Merge pull request #126 from cisagov/improvement/install-setuptools-and-wheel-with-pip
Install/upgrade setuptools and wheel when upgrading pip
2 parents 847cd13 + 9984792 commit 7250368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
9090
- name: Install dependencies
9191
run: |
92-
python -m pip install --upgrade pip
92+
python -m pip install --upgrade pip setuptools wheel
9393
pip install --upgrade --requirement requirements-test.txt
9494
- name: Set up pre-commit hook environments
9595
run: pre-commit install-hooks

0 commit comments

Comments
 (0)