We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b1c4b commit 5b4c0d1Copy full SHA for 5b4c0d1
.circleci/config.yml
@@ -204,7 +204,7 @@ jobs:
204
205
python312:
206
docker:
207
- - image: python:3.12
+ - image: cimg/python:3.12.0
208
- image: cimg/postgres:9.6.24
209
environment:
210
POSTGRES_USER: root
@@ -221,12 +221,6 @@ jobs:
221
- test-subscription
222
working_directory: ~/repo
223
steps:
224
- - run:
225
- name: Install extra Python Dependencies for 3.12
226
- command: |
227
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
228
- source ~/.cargo/env
229
-
230
- checkout
231
- pip-install-deps:
232
requirements: "tests/requirements-312.txt"
0 commit comments