Skip to content

Commit

Permalink
upgrade pip in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
roflcoopter committed Feb 19, 2024
1 parent 83efdac commit b41aed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: ./.github/templates/run_in_venv
with:
command: |
python3 -m pip install --upgrade pip setuptools wheel
pip3 install --extra-index-url https://google-coral.github.io/py-repo/ -r requirements.txt -r requirements_test.txt -r requirements_ci.txt && \
pre-commit install
Expand Down

0 comments on commit b41aed1

Please sign in to comment.