File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
dependencies :
4
4
docker :
5
- - image : quay.io/quan /circleci-python:py3.9
5
+ - image : eventyay /circleci-python:py3.9
6
6
environment :
7
7
PIP_EXTRA_INDEX_URL : https://pypi.fury.io/fossasia/
8
8
39
39
40
40
dredd :
41
41
docker :
42
- - image : quay.io/quan /circleci-python:py3.9
42
+ - image : eventyay /circleci-python:py3.9
43
43
environment :
44
44
APP_CONFIG : config.TestingConfig
45
45
DATABASE_URL : postgresql://postgres@localhost/test
82
82
83
83
pytype :
84
84
docker :
85
- - image : quay.io/quan /circleci-python:py3.9
85
+ - image : eventyay /circleci-python:py3.9
86
86
87
87
working_directory : ~/code
88
88
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
test :
113
113
docker :
114
- - image : quay.io/quan /circleci-python:py3.9
114
+ - image : eventyay /circleci-python:py3.9
115
115
environment :
116
116
APP_CONFIG : config.TestingConfig
117
117
DATABASE_URL : postgresql://postgres@localhost/test
You can’t perform that action at this time.
0 commit comments