Skip to content

Commit ab8347c

Browse files
committed
list file locations installed from wheel
1 parent 9ae4724 commit ab8347c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
- name: Install wheel
122122
run: pip install --no-index --find-links ./dist ogdf-wheel
123123

124+
- name: List installed files from wheel
125+
run: pip show -f ogdf-wheel
126+
124127
- name: Install ogdf-python
125128
run: pip install git+https://github.com/N-Coder/ogdf-python.git
126129

0 commit comments

Comments
 (0)