Skip to content

Commit

Permalink
dep(z3): pin 4.12.2 in pyproject (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Dec 21, 2023
1 parent 8a0f31f commit 2228ead
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
python-version: "3.11"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r ./halmos/requirements.txt
run: python -m pip install --upgrade pip

- name: Install Halmos
run: python -m pip install -e ./halmos
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -r requirements.txt
- name: Install Halmos
run: python -m pip install -e .
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -r requirements.txt
- name: Install Halmos
run: python -m pip install -e .
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -r requirements.txt
- name: Install Halmos
run: python -m pip install -e .
Expand Down
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",
"z3-solver==4.12.2.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 2228ead

Please sign in to comment.