3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-05 21:12:43 +00:00
This commit is contained in:
Copilot 2026-02-14 19:38:22 +08:00 committed by GitHub
commit df151f6603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View file

@ -100,7 +100,8 @@ jobs:
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout Python source files
run: |-
git sparse-checkout add src
git sparse-checkout init --cone
git sparse-checkout set src
echo "Source files checked out for Python analysis"
- name: Configure Git credentials

View file

@ -26,7 +26,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 "Source files checked out for Python analysis"
source: z3prover/z3/a3/a3-python-v2.md@a91c5c58bd975f336bf5b744885ffd4b36b2d2ec
---

View file

@ -98,7 +98,8 @@ jobs:
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- 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"
- name: Configure Git credentials

View file

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