Skip to content

Commit df7fee9

Browse files
committed
Administrivia
1 parent 0c49b3a commit df7fee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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

0 commit comments

Comments
 (0)