Skip to content

Commit

Permalink
dep: unpin z3 version (cont'd) (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Apr 18, 2024
1 parent 81a271d commit abe353d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
python -m pip install pytest
- name: Install Halmos
run: python -m pip install -e .
run: |
python -m pip install z3-solver==4.12.2.0
python -m pip install -e .
- name: Run pytest
run: pytest -x -v tests/test_halmos.py -k ${{ matrix.testname }} --halmos-options="-v -st --solver-timeout-assertion 0 --solver-threads 2" -s --log-cli-level=
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"z3-solver==4.12.2.0",
"z3-solver",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
z3-solver>=4.13
z3-solver

0 comments on commit abe353d

Please sign in to comment.