Spaces:
Running
Running
| set -ex | |
| ruff format *.py | |
| #ruff check *.py | |
| pip install -r requirements.txt | |
| python test.py -co | |
| echo | |
| echo " Success!" | |
| echo | |
| set -ex | |
| ruff format *.py | |
| #ruff check *.py | |
| pip install -r requirements.txt | |
| python test.py -co | |
| echo | |
| echo " Success!" | |
| echo | |