We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073db6e commit e61c764Copy full SHA for e61c764
.circleci/config.yml
@@ -37,7 +37,7 @@ jobs:
37
name: run tests
38
command: |
39
. venv/bin/activate
40
- pip3 install torch==1.3.0
+ pip3 install torch==1.7.0
41
pip3 install matplotlib
42
pip3 install .
43
pytest -v -s ./.circleci/tests/main.py
0 commit comments