Skip to content

Commit dc96707

Browse files
committed
Need xdis github to handle 3.13.7
1 parent c84360d commit dc96707

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
# Until the next xdis release
26-
# 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-xdis.git#egg=xdis
2727
# Until the next pytracer release
28-
pip install git+https://github.com/rocky/pytracer#egg=tracer
28+
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2929
# Until the next pyficache release
3030
# pip install git+https://github.com/rocky/python-filecache#egg=pyficache
3131
pip install -e .[dev]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
# Until the next xdis release
25-
# pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
25+
pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
2626
# Until the next pytracer release
2727
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2828
# Until the next pyficache release

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
# Until the next xdis release
25-
# pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
25+
pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
2626
# Until the next pytracer release
2727
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2828
# Until the next pyficache release

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
# Until the next xdis release
26-
# 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-xdis.git#egg=xdis
2727
# Until the next pytracer release
2828
# pip install git+https://github.com/rocky/pytracer#egg=tracer
2929
# Until the next pyficache release

0 commit comments

Comments
 (0)