mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
37d52a753c
* CI: only run backend lints once, not in all test environments * Add needses
8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
cd "$(dirname ${0})/.."
|
|
|
|
echo "Testing..."
|
|
python -m pytest test
|