summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
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