mirror of
https://github.com/Z3Prover/z3
synced 2026-05-05 09:55:15 +00:00
Remove checkout steps from A3 Python workflow
Removed steps for checking out Python source files.
This commit is contained in:
parent
f561b5a68d
commit
ad5e805ec9
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
|
strict: true
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
tracker-id: a3-python-analysis
|
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
|
# A3 Python Code Analysis Agent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue