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}"