Skip to content

Commit 184ccee

Browse files
committed
Investigate why wheel is already installed
1 parent bc754cc commit 184ccee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_all_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
9595
- name: Install the package from the wheel and check import
9696
run: |
97+
python -m pip list
9798
python -m pip install dist/*-none-any.whl
9899
python -c "import ndx_franklab_novela"
99100

0 commit comments

Comments
 (0)