Skip to content

Commit 85280e7

Browse files
committed
Use distributed wheels instead of getting from github
1 parent 1d064db commit 85280e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- checkout # checkout source code to working directory
1717
# Until the next xdis release
1818
# - run: pip install xdis
19-
- run: pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
19+
# - run: pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
2020
# - run: pip install --local -e git+https://github.com/rocky/pytracer.git#egg=tracer
2121
# Until the next pyficache release
2222
# - run: pip install pyficache
2323
# - run: pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
24-
- run: pip install uncompyle6
24+
# - run: pip install uncompyle6
2525
# - run: pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
2626
- run: pip install --local -e .
2727
- run: pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)