We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c49b3a commit 0581020Copy full SHA for 0581020
.github/workflows/ubuntu.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
# Until the next xdis release
25
- # pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
+ pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
26
# Until the next pytracer release
27
# pip install git+https://github.com/rocky/pytracer#egg=tracer
28
# Until the next pyficache release
0 commit comments