summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2021-10-27 08:41:08 +0200
committerGitHub <noreply@github.com>2021-10-27 08:41:08 +0200
commitd7554331fc409fea48ee758fd630909dd9dc4827 (patch)
tree9b8ed4bf94c12d034d5fb1de5b7b5b76c23b4d05 /.circleci
parent76450dddf8dd62b9714b72e99ae075516246d433 (diff)
[WIP] Sinkhorn in log space (#290)
* adda sinkhorn log and working sinkhorn2 function * more tests pass * more tests pass * it works but not by default yet * remove warningd * update circleci doc * update circleci doc * new sinkhorn implemeted but not by default * better * doctest pass * test doctest * new test utils * remove pep8 errors * remove pep8 errors * doc new implementtaion with log * test sinkhorn 2 * doc for log implementation
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml14
1 files changed, 1 insertions, 13 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e4c71dd..379394a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,7 +4,7 @@ version: 2
jobs:
build_docs:
docker:
- - image: circleci/python:3.7-stretch
+ - image: cimg/python:3.9
steps:
- checkout
- run:
@@ -35,18 +35,6 @@ jobs:
- pip-cache
- run:
- name: Spin up Xvfb
- command: |
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render -noreset;
-
- # https://github.com/ContinuumIO/anaconda-issues/issues/9190#issuecomment-386508136
- # https://github.com/golemfactory/golem/issues/1019
- - run:
- name: Fix libgcc_s.so.1 pthread_cancel bug
- command: |
- sudo apt-get install qt5-default
-
- - run:
name: Get Python running
command: |
python -m pip install --user --upgrade --progress-bar off pip