You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Use github xdis...
So we pick up newer versions of Python 3.{7,8,9}.14 & 3.10.7
This commit is contained in:
2
.github/workflows/osx.yml
vendored
2
.github/workflows/osx.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
# Until the next xdis release
|
# Until the next xdis release
|
||||||
# pip install git+https://github.com/rocky/python-xdis#egg=xdis
|
pip install git+https://github.com/rocky/python-xdis#egg=xdis
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
- name: Test uncompyle6
|
- name: Test uncompyle6
|
||||||
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
# Until the next xdis release
|
# Until the next xdis release
|
||||||
# pip install git+https://github.com/rocky/python-xdis#egg=xdis
|
pip install git+https://github.com/rocky/python-xdis#egg=xdis
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
- name: Test uncompyle6
|
- name: Test uncompyle6
|
||||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
# Until the next xdis release
|
# Until the next xdis release
|
||||||
# pip install git+https://github.com/rocky/python-xdis#egg=xdis
|
pip install git+https://github.com/rocky/python-xdis#egg=xdis
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
- name: Test uncompyle6
|
- name: Test uncompyle6
|
||||||
|
Reference in New Issue
Block a user