summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-04-05 11:57:10 +0200
committerGitHub <noreply@github.com>2022-04-05 11:57:10 +0200
commitad02112d4288f3efdd5bc6fc6e45444313bba871 (patch)
treef6cd539450c2ed36cf5d7014debfd82e8b9fddfb /.circleci
parent0afd84d744a472903d427e3c7ae32e55fdd7b9a7 (diff)
[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
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 39c19fb..77ab45c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -36,6 +36,12 @@ jobs:
- pip-cache
- run:
+ name: Install ffmpeg
+ command: |
+ sudo apt update
+ sudo apt install ffmpeg
+
+ - run:
name: Get Python running
command: |
python -m pip install --user --upgrade --progress-bar off pip
@@ -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