Skip to content

Commit

Permalink
refining pypi CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wintered committed Aug 16, 2021
1 parent f84e6dc commit 18e4aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/misc/pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ $? -ne 2 ]; then
exit 1
fi

apt-get install -y cvc4 z3
sudo apt-get install -y cvc4 z3

cd ..
yinyang -o sat "z3 model_validate=true;cvc4 --check-models -m -i -q" yinyang/examples/phi1.smt2 yinyang/examples/phi2.smt2
Expand Down

0 comments on commit 18e4aae

Please sign in to comment.