Skip to content

Commit

Permalink
Update scripts to upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelite committed Nov 21, 2024
1 parent e1ba035 commit 175c0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip wheel setuptools
# TODO(b/232490018): Cython need to be installed separately to build pycocotools.
python -m pip install Cython -c ./test_constraints.txt
pip install \
Expand Down

0 comments on commit 175c0b0

Please sign in to comment.