Skip to content

Commit

Permalink
Fix mpmath version in nightly tests (#8965)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Feb 25, 2024
1 parent f0e0d32 commit a4469e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/full_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Install main package
run: |
pip install mpmath==1.3.0
pip install -e .[full,test]
- name: Run tests
Expand Down

0 comments on commit a4469e2

Please sign in to comment.