docs: remove duplicated line in Running tests with act section (#34145)

This commit is contained in:
ongdisheng
2025-07-13 06:25:11 +08:00
committed by GitHub
parent f4754641c8
commit 8a704d293b

View File

@@ -614,9 +614,6 @@ act --job test-python-38 --secret GITHUB_TOKEN=$GITHUB_TOKEN --event pull_reques
There is also a utility script included in the Superset codebase to run Python integration tests. The [readme can be found here](https://github.com/apache/superset/tree/master/scripts/tests).
There is also a utility script included in the Superset codebase to run python integration tests. The [readme can be
found here](https://github.com/apache/superset/tree/master/scripts/tests)
To run all integration tests, for example, run this script from the root directory:
```bash