Skip to content

Commit

Permalink
install python3-setuptools from apt in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
roflcoopter committed Feb 19, 2024
1 parent 1cb9b8a commit c8a39f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ jobs:
# Install pycoral from Google Coral repo since it is not on PyPI
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libgirepository1.0-dev
sudo apt-get install -y --no-install-recommends libgirepository1.0-dev python3-setuptools
python3 -m venv venv
- name: Install requirements into Python virtual environment
if: steps.cache-venv.outputs.cache-hit != 'true'
uses: ./.github/templates/run_in_venv
with:
command: |
pip3 install setuptools
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 c8a39f1

Please sign in to comment.