Skip to content

Commit 5e5ce50

Browse files
author
rocky
committed
Work around a packaging problem
1 parent 9d8c271 commit 5e5ce50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
# We can comment out after next xdis release
25-
# python -m pip install -e git+https://github.com/rocky/python-xdis#egg=xdis
25+
python -m pip install -e git+https://github.com/rocky/python-xdis#egg=xdis
2626
pip install -e .
2727
pip install -r requirements-dev.txt
2828
- name: Test xasm

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
# We can comment out after next xdis release
24-
# python -m pip install -e git+https://github.com/rocky/python-xdis#egg=xdis
24+
python -m pip install -e git+https://github.com/rocky/python-xdis#egg=xdis
2525
pip install -e .
2626
pip install -r requirements-dev.txt
2727
- name: Test xasm

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
# We can comment out after next xdis release
25-
# python -m pip install -e git+https://github.com/rocky/python-xdis#egg=xdis
25+
python -m pip install -e git+https://github.com/rocky/python-xdis#egg=xdis
2626
pip install -e .
2727
pip install -r requirements-dev.txt
2828
- name: Test xasm

0 commit comments

Comments
 (0)