mirror of
https://github.com/Z3Prover/z3
synced 2026-02-14 12:51:48 +00:00
Fix git sparse-checkout error in a3-python workflows
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
34038e2b6d
commit
8a49ca490f
4 changed files with 8 additions and 4 deletions
3
.github/workflows/a3-python.md
vendored
3
.github/workflows/a3-python.md
vendored
|
|
@ -24,7 +24,8 @@ tracker-id: a3-python-analysis
|
|||
steps:
|
||||
- name: Checkout Python source files
|
||||
run: |
|
||||
git sparse-checkout add src
|
||||
git sparse-checkout init --cone
|
||||
git sparse-checkout set src
|
||||
echo "Python source files checked out from src directory"
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue