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