From ad02112d4288f3efdd5bc6fc6e45444313bba871 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 5 Apr 2022 11:57:10 +0200 Subject: [MRG] Update examples in the doc (#359) * add transparent color logo * add transparent color logo * move screenkhorn * move stochastic and install ffmpeg on circleci * try something * add sudo * install ffmpeg before python * cleanup examples * test svg scrapper * add animation for reg path * better example OT sivergence * update ttles and add plots * update free support * proper figure indexes * have less frame sin animation * update readme and release file * add tests for python 3.10 --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 39c19fb..77ab45c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,12 @@ jobs: - data-cache-0 - pip-cache + - run: + name: Install ffmpeg + command: | + sudo apt update + sudo apt install ffmpeg + - run: name: Get Python running command: | @@ -50,6 +56,7 @@ jobs: paths: - ~/.cache/pip + # Look at what we have and fail early if there is some library conflict - run: name: Check installation -- cgit v1.2.3