Skip to content

Commit fb92779

Browse files
jamesobutlerjcfr
authored andcommitted
ci: Fix slicer-apidocs-builder not working on Python 2
Dependencies of slicer-apidocs-builder are now Python 3 only so building this package on a Python 2 image is not going to work.
1 parent aa33f84 commit fb92779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: /usr/src/apidocs
55
docker:
6-
- image: python:2.7.13
6+
- image: python:3.9.9
77
steps:
88
- checkout
99
- run:

0 commit comments

Comments
 (0)