mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
CI tweaks (#3752)
This commit is contained in:
parent
46ee226d8c
commit
070b304e09
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
|
||||
concurrency:
|
||||
group: backend-${{ github.ref }}-${{ github.event_name == 'push' || github.event.inputs.fire != null }}
|
||||
cancel-in-progress: false
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||
|
@ -6,6 +6,7 @@ cd "$(dirname ${0})/.."
|
||||
echo "Linting..."
|
||||
ruff test gradio_client
|
||||
black --check test gradio_client
|
||||
pyright gradio_client/*.py
|
||||
|
||||
echo "Testing..."
|
||||
python -m pip install -e ../../. # Install gradio from local source (as the latest version may not yet be published to PyPI)
|
||||
|
@ -5,3 +5,6 @@ cd "$(dirname ${0})/.."
|
||||
echo "Formatting the client library.. Our style follows the Black code style."
|
||||
ruff --fix test gradio_client
|
||||
black test gradio_client
|
||||
|
||||
echo "Type checking the client library with pyright"
|
||||
pyright gradio_client/*.py
|
@ -2,3 +2,4 @@ black==22.6.0
|
||||
pytest-asyncio
|
||||
pytest==7.1.2
|
||||
ruff==0.0.260
|
||||
pyright==1.1.298
|
||||
|
@ -3,6 +3,4 @@ source scripts/helpers.sh
|
||||
|
||||
pip_required
|
||||
|
||||
pip install --upgrade pip
|
||||
pip install pyright==1.1.298
|
||||
pyright gradio/*.py client/python/gradio_client/*.py
|
||||
pyright gradio/*.py
|
||||
|
@ -163,6 +163,7 @@ pygments==2.12.0
|
||||
# via ipython
|
||||
pyparsing==3.0.9
|
||||
# via packaging
|
||||
pyright==1.1.298
|
||||
pyrsistent==0.18.1
|
||||
# via jsonschema
|
||||
pytest==7.1.2
|
||||
|
@ -168,6 +168,7 @@ python-dateutil==2.8.2
|
||||
# via
|
||||
# botocore
|
||||
# pandas
|
||||
pyright==1.1.298
|
||||
pytz==2022.1
|
||||
# via pandas
|
||||
pywavelets==1.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user