mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix CI pip version
This commit is contained in:
parent
606153ba71
commit
2daa52f18c
@ -347,8 +347,8 @@ jobs:
|
|||||||
name: Z3 python deps
|
name: Z3 python deps
|
||||||
command: |
|
command: |
|
||||||
apt-get -qq update
|
apt-get -qq update
|
||||||
apt-get -qy install python-pip
|
apt-get -qy install python3-pip
|
||||||
pip install --user z3-solver
|
pip3 install --user z3-solver
|
||||||
- run: *run_proofs
|
- run: *run_proofs
|
||||||
|
|
||||||
chk_docs_pragma_min_version:
|
chk_docs_pragma_min_version:
|
||||||
|
Loading…
Reference in New Issue
Block a user