Skip to content

Commit

Permalink
GHA: sympy>=1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 26, 2024
1 parent 538fd59 commit 3cfb8e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_python_ver_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- run: source venv/bin/activate && pip3 install git+https://github.com/sympy/sympy.git@master
if: matrix.python-version == '3.12'

- run: source venv/bin/activate && pip3 install "sympy>=1.12.1"
if: matrix.python-version != '3.12'

- name: Python tests
run: |
source venv/bin/activate \
Expand Down

0 comments on commit 3cfb8e7

Please sign in to comment.