Skip to content

Commit 37023f6

Browse files
authored
We can use released PyPI packages now (#69)
1 parent c843903 commit 37023f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ 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
20-
- run: pip install --local -e git+https://github.com/rocky/pytracer.git#egg=tracer
19+
# - run: pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
20+
# - 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
23-
- run: pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
23+
# - run: pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
2424
- run: pip install uncompyle6
25-
- run: pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
25+
# - 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
2828
- run: make test

0 commit comments

Comments
 (0)