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
22jobs :
33 dependencies :
44 docker :
5- - image : quay.io/quan /circleci-python:py3.9
5+ - image : eventyay /circleci-python:py3.9
66 environment :
77 PIP_EXTRA_INDEX_URL : https://pypi.fury.io/fossasia/
88
3939
4040 dredd :
4141 docker :
42- - image : quay.io/quan /circleci-python:py3.9
42+ - image : eventyay /circleci-python:py3.9
4343 environment :
4444 APP_CONFIG : config.TestingConfig
4545 DATABASE_URL : postgresql://postgres@localhost/test
8282
8383 pytype :
8484 docker :
85- - image : quay.io/quan /circleci-python:py3.9
85+ - image : eventyay /circleci-python:py3.9
8686
8787 working_directory : ~/code
8888
@@ -111,7 +111,7 @@ jobs:
111111
112112 test :
113113 docker :
114- - image : quay.io/quan /circleci-python:py3.9
114+ - image : eventyay /circleci-python:py3.9
115115 environment :
116116 APP_CONFIG : config.TestingConfig
117117 DATABASE_URL : postgresql://postgres@localhost/test
You can’t perform that action at this time.
0 commit comments