We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4710b commit 0325175Copy full SHA for 0325175
.github/workflows/tests-schedule.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Checkout repository
30
uses: actions/checkout@v2
31
32
+ - name: TODO REMOVE THIS! Install non pre-release version of mpmath.
33
+ run: pip install "mpmath<1.4"
34
+
35
- name: Install torch nightly build
36
run: pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
37
0 commit comments