Skip to content

Commit 6f7322a

Browse files
authored
Use eventyay/circleci-python image in ci testing (#8898)
1 parent 17d62ef commit 6f7322a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
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

@@ -39,7 +39,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)