Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #126 from cisagov/improvement/install-setuptools-a…
Browse files Browse the repository at this point in the history
…nd-wheel-with-pip

Install/upgrade setuptools and wheel when upgrading pip
  • Loading branch information
jmorrowomni authored Apr 20, 2023
2 parents 847cd13 + 9984792 commit 7250368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade --requirement requirements-test.txt
- name: Set up pre-commit hook environments
run: pre-commit install-hooks
Expand Down

0 comments on commit 7250368

Please sign in to comment.