3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-17 06:11:44 +00:00

Merge pull request #8611 from Z3Prover/copilot/fix-action-run-error

Fix sparse-checkout initialization in a3-python workflows
This commit is contained in:
Nikolaj Bjorner 2026-02-15 17:23:06 -08:00 committed by GitHub
commit 1463b1ef08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

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