aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7b6d44d..915b46f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2jobs: 2jobs:
3 run-tests: 3 run-tests:
4 docker: 4 docker:
5 - image: cimg/python 5 - image: cimg/python:3.8
6 steps: 6 steps:
7 - checkout 7 - checkout
8 - run: 8 - run:
Powered by cgit v1.2.3 (git 2.41.0)