File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments