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 e507683 commit a1c96b9Copy full SHA for a1c96b9
1 file changed
.circleci/config.yml
@@ -11,13 +11,13 @@ jobs:
11
shell: /bin/bash --login
12
working_directory: ~/rocky/python3-trepan
13
docker:
14
- - image: circleci/python:3.6
+ - image: circleci/python:3.10
15
steps:
16
- checkout # checkout source code to working directory
17
- run:
18
command: | # use pip to install dependencies. FIXME: can we get rid of sudo?
19
- # sudo pip install -e git://github.com/rocky/python-xdis.git#egg=xdis
20
- # sudo pip install -e git://github.com/rocky/python-filecache.git#egg=pyficache
+ sudo pip install -e git+https://github.com/rocky/python-xdis.git#egg=xdis
+ sudo pip install -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
21
sudo pip install -e .
22
sudo pip install -r requirements-dev.txt
23
name: Install dependencies
0 commit comments