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 c46edbd commit f5db79fCopy full SHA for f5db79f
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
13
COMPILE: --compile
14
docker:
15
- - image: cimg/python:3.12
+ - image: cimg/python:3.13
16
steps:
17
- checkout
18
- restore_cache:
@@ -21,11 +21,10 @@ jobs:
21
- v1-dep-master-
22
- v1-dep-
23
- run: sudo apt update
24
- - run: sudo apt install python3-pip
25
# Until the next xdis release...
26
- - run: sudo pip install git+https://github.com/rocky/python-xdis#egg=xdis
27
- - run: sudo pip install -e .
28
- - run: sudo pip install pytest
+ - run: pip install git+https://github.com/rocky/python-xdis#egg=xdis
+ - run: pip install -e .
+ - run: pip install pytest
29
- save_cache:
30
key: v1-dep-{{ .Branch }}-{{ epoch }}
31
paths:
0 commit comments