Fix arc ut (#11096)

This commit is contained in:
Yuwen Hu 2024-05-22 14:13:13 +08:00 committed by GitHub
parent 4fd1df9cf6
commit 1c5ed9b6cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,7 @@ jobs:
shell: bash shell: bash
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install --upgrade setuptools python -m pip install --upgrade "setuptools<70.0.0"
python -m pip install --upgrade wheel python -m pip install --upgrade wheel
python -m pip install --upgrade notebook python -m pip install --upgrade notebook