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