Use github xdis...

So we pick up newer versions of Python 3.{7,8,9}.14 & 3.10.7
This commit is contained in:
rocky
2022-09-16 19:03:00 -04:00
parent 04df8a98fb
commit f913306070
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# 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 -r requirements-dev.txt
- name: Test uncompyle6

View File

@@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# 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 -r requirements-dev.txt
- name: Test uncompyle6

View File

@@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# 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 -r requirements-dev.txt
- name: Test uncompyle6