Skip to content

Commit fbed783

Browse files
committed
Use not-released packages from github
1 parent 8b3b247 commit fbed783

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- checkout # checkout source code to working directory
1717
# Until the next xdis release
1818
- 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-filecache.git#egg=pyficache
20+
- run: pip install --local -e git+https://github.com/rocky/python-uncompyle6.git#egg=uncompyle6
21+
- run: pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
1922
# - run: pip install --local -e git+https://github.com/rocky/pytracer.git#egg=tracer
2023
# Until the next pyficache release
2124
# - run: pip install pyficache

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
python -m pip install --upgrade pip
2525
# Until the next xdis release
2626
pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
27+
pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
28+
pip install --local -e git+https://github.com/rocky/python-uncompyle6.git#egg=uncompyle6
29+
pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
2730
# Until the next pytracer release
2831
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2932
# Until the next pyficache release

.github/workflows/ubuntu-prompt-toolkit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
python -m pip install --upgrade pip
2424
# Until the next xdis release
2525
pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
26+
pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
27+
pip install --local -e git+https://github.com/rocky/python-uncompyle6.git#egg=uncompyle6
28+
pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
2629
# Until the next pytracer release
2730
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2831
# Until the next pyficache release

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
python -m pip install --upgrade pip
2424
# Until the next xdis release
2525
pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
26+
pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
27+
pip install --local -e git+https://github.com/rocky/python-uncompyle6.git#egg=uncompyle6
28+
pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
2629
# Until the next pytracer release
2730
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2831
# Until the next pyficache release

.github/workflows/windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
python -m pip install --upgrade pip
2525
# Until the next xdis release
2626
pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
27+
pip install --local -e git+https://github.com/rocky/python-filecache.git#egg=pyficache
28+
pip install --local -e git+https://github.com/rocky/python-uncompyle6.git#egg=uncompyle6
29+
pip install --local -e git+https://github.com/rocky/python-decompile3.git#egg=decompyle3
2730
# Until the next pytracer release
2831
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2932
# Until the next pyficache release

0 commit comments

Comments
 (0)