mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
+2
-2
@@ -42,7 +42,7 @@ matrix:
|
||||
# # update: true
|
||||
# packages: python3.7
|
||||
before_install:
|
||||
- pip3 install virtualenv
|
||||
- pip3 install virtualenv==16.0.0
|
||||
- virtualenv -p python3 ~/venv
|
||||
- source ~/venv/bin/activate
|
||||
# - os: windows
|
||||
@@ -57,7 +57,7 @@ cache: pip
|
||||
|
||||
install:
|
||||
- pip install future # needed for `builtins`
|
||||
- sudo pip install tox
|
||||
- pip install tox virtualenv==16.0.0
|
||||
|
||||
before_script:
|
||||
# rewrite all minimal requirements as strict
|
||||
|
||||
Reference in New Issue
Block a user