Skip to content

Commit 0325175

Browse files
authored
Fix test_download_datasets... hopefully (#8310)
1 parent ed4710b commit 0325175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests-schedule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v2
3131

32+
- name: TODO REMOVE THIS! Install non pre-release version of mpmath.
33+
run: pip install "mpmath<1.4"
34+
3235
- name: Install torch nightly build
3336
run: pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
3437

0 commit comments

Comments
 (0)