Commit cbef9a45 authored by rusty1s's avatar rusty1s
Browse files

fix

parent 8047ccd2
......@@ -97,7 +97,7 @@ jobs:
install:
- source script/install.sh
- source script/conda.sh
- conda create -yes -n test python=3.7.6
- conda create --yes -n test python=3.7.6
- source activate test
- conda install pytorch=${TORCH_VERSION} {$TOOLKIT} -c pytorch
- python setup.py install
......
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