Skip to content

Commit

Permalink
fix: install z3 dependency group instead of z3-solver in test initial…
Browse files Browse the repository at this point in the history
…ization
  • Loading branch information
Raine-Yang-UofT committed Jan 5, 2025
1 parent 7ab0814 commit bbe7a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install -e .[dev,cfg]
if [ "${{ matrix.dependency }}" == "z3-solver" ]; then
pip install z3-solver
pip install .[z3]
fi
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 🔧 Internal changes

- Configued CI tests to run on environments with and without `z3` dependency.
- Configured CI tests to run on environments with and without `z3` dependency.

## [2.9.1] - 2024-12-09

Expand Down

0 comments on commit bbe7a51

Please sign in to comment.