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:
parent
04b2fb3aaa
commit
7562de2f7a
1 changed files with 0 additions and 6 deletions
6
.github/workflows/a3-python.md
vendored
6
.github/workflows/a3-python.md
vendored
|
|
@ -21,12 +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 "Python source files checked out from src directory"
|
||||
---
|
||||
|
||||
# A3 Python Code Analysis Agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue