3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 16:27:37 +00:00

Remove checkout steps from A3 Python workflow

Removed steps for checking out Python source files.
This commit is contained in:
Nikolaj Bjorner 2026-02-17 15:39:23 -08:00
parent 7562de2f7a
commit 0f890da281

View file

@ -21,13 +21,6 @@ name: A3 Python Code Analysis
strict: true
timeout-minutes: 45
tracker-id: a3-python-analysis
steps:
- name: Checkout Python source files
run: |
git sparse-checkout init --cone
git sparse-checkout set src
echo "Source files checked out for Python analysis"
source: z3prover/z3/a3/a3-python-v2.md@a91c5c58bd975f336bf5b744885ffd4b36b2d2ec
---
# A3 Python Code Analysis Agent