"...git@developer.sourcefind.cn:chenzk/alphafold2_jax.git" did not exist on "d26287ea57e1c5a71372f42bf16f486bb9203068"
Unverified Commit b908f2e9 authored by Funtowicz Morgan's avatar Funtowicz Morgan Committed by GitHub
Browse files

Attempt to unpin torch version for Github Action. (#4384)

parent af2e6bf8
......@@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
source .env/bin/activate
pip install torch==1.4.0
pip install torch
pip install .[sklearn,testing]
- name: Are GPUs recognized by our DL frameworks
......
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