Skip to content

Commit

Permalink
Fix mpmath installation (part 2) (#8971)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Feb 26, 2024
1 parent a4469e2 commit 91f1ad3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/full_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ jobs:
run: |
sudo apt-get install graphviz
- name: Install main package
- name: Install mpmath
if: ${{ matrix.torch-version == 'nightly' }}
run: |
pip install mpmath==1.3.0
- name: Install main package
run: |
pip install -e .[full,test]
- name: Run tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/latest_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
with:
torch-version: nightly

- name: Install mpmath
run: |
pip install mpmath==1.3.0
- name: Install main package
if: steps.changed-files-specific.outputs.only_changed != 'true'
run: |
Expand Down

0 comments on commit 91f1ad3

Please sign in to comment.