Unverified Commit 03251754 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Fix test_download_datasets... hopefully (#8310)

parent ed4710b1
......@@ -29,6 +29,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: TODO REMOVE THIS! Install non pre-release version of mpmath.
run: pip install "mpmath<1.4"
- name: Install torch nightly build
run: pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment