mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 22:57:51 +00:00
recompile aw
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f334ba4fd9
commit
816b0d2b40
1 changed files with 6 additions and 1 deletions
7
.github/workflows/a3-python.lock.yml
generated
vendored
7
.github/workflows/a3-python.lock.yml
generated
vendored
|
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
# Analyzes Python code using a3-python tool to identify bugs and issues
|
# Analyzes Python code using a3-python tool to identify bugs and issues
|
||||||
#
|
#
|
||||||
# frontmatter-hash: b28623d981cfd27a56b446f031b6feb05132230b3b3d3e15b16e61db65920d78
|
# frontmatter-hash: 7348eb5596739e4071fab41ddb1f89d640e825c30d6a7c1a2ffc325cb76bf1ac
|
||||||
|
|
||||||
name: "A3 Python Code Analysis"
|
name: "A3 Python Code Analysis"
|
||||||
"on":
|
"on":
|
||||||
|
|
@ -100,6 +100,11 @@ jobs:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Create gh-aw temp directory
|
- name: Create gh-aw temp directory
|
||||||
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
|
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
|
||||||
|
- name: Checkout Python source files
|
||||||
|
run: |-
|
||||||
|
git sparse-checkout add src
|
||||||
|
echo "Python source files checked out from src directory"
|
||||||
|
|
||||||
- name: Configure Git credentials
|
- name: Configure Git credentials
|
||||||
env:
|
env:
|
||||||
REPO_NAME: ${{ github.repository }}
|
REPO_NAME: ${{ github.repository }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue