Skip to content

Commit a1c96b9

Browse files
committed
CircleCI woes
1 parent e507683 commit a1c96b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
shell: /bin/bash --login
1212
working_directory: ~/rocky/python3-trepan
1313
docker:
14-
- image: circleci/python:3.6
14+
- image: circleci/python:3.10
1515
steps:
1616
- checkout # checkout source code to working directory
1717
- run:
1818
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
19+
sudo pip install -e git+https://github.com/rocky/python-xdis.git#egg=xdis
20+
sudo pip install -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
2121
sudo pip install -e .
2222
sudo pip install -r requirements-dev.txt
2323
name: Install dependencies

0 commit comments

Comments
 (0)