mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-09 21:07:49 +08:00
db2393d5a9
PiperOrigin-RevId: 281560863
21 lines
321 B
YAML
21 lines
321 B
YAML
sudo: required
|
|
dist: trusty
|
|
language: python
|
|
git:
|
|
depth: 10
|
|
quiet: true
|
|
python:
|
|
- "3.6"
|
|
env:
|
|
matrix:
|
|
- PROJECT="tvt"
|
|
- PROJECT="cs_gan"
|
|
- PROJECT="transporter"
|
|
before_script:
|
|
- sudo apt-get update -qq
|
|
- pip install --upgrade pip
|
|
- pip install --upgrade virtualenv
|
|
script:
|
|
- ./$PROJECT/run.sh
|
|
|