mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
bind variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8b35b7becc
commit
593d5be202
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ stages:
|
|||
python: "/opt/python/cp37-cp37m/bin/python"
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
container: $(image)
|
||||
container: "quay.io/pypa/manylinux2010_x86_64:latest"
|
||||
steps:
|
||||
- task: PythonScript@0
|
||||
displayName: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue