From a5c92c2839b4d109397d9afcd602d6a92955dd79 Mon Sep 17 00:00:00 2001 From: mouliangyu Date: Tue, 21 Jul 2026 11:07:51 +0800 Subject: [PATCH] ci: remove obsolete PyPTO ISA option --- .github/workflows/ci_sim.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_sim.yml b/.github/workflows/ci_sim.yml index e4b083ecd5..aa4805737a 100644 --- a/.github/workflows/ci_sim.yml +++ b/.github/workflows/ci_sim.yml @@ -467,7 +467,6 @@ jobs: python3 -m pytest "$@" \ -v \ --platform="${platform}" \ - --pto-isa-commit="${PTO_ISA_COMMIT}" \ --save-kernels \ --kernels-dir="${kernels_dir}" \ 2>&1 | tee "${log_file}"