From 6ad9e3152de02f418c3f904e0e4d9f581d1e2d82 Mon Sep 17 00:00:00 2001 From: wangkaiqiang Date: Wed, 13 Aug 2025 10:35:30 +0800 Subject: [PATCH] rebuild project: TC2024080206 --- README.md | 2 +- build.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f982f..77af182 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pyparsing +# pyparsing #### 介绍 {**以下是 Gitee 平台说明,您可以替换此简介** diff --git a/build.sh b/build.sh index 8abd2e2..e736be2 100644 --- a/build.sh +++ b/build.sh @@ -38,6 +38,7 @@ for pybin in "${PYTHON_BINS[@]}"; do # ================================ #build_test $pybin pushd pyparsing*/ + export PATH="/opt/_internal/cpython-3.10.13/bin:$PATH" tox -e py310 popd done -- Gitee