Skip to content

Commit e2a7be4

Browse files
debug
1 parent 64d366b commit e2a7be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/packing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
- name: Install the package with pip from artifacts
155155
run: |
156156
$env:WHEEL_FILE=$(where *.whl)
157+
echo $env:WHEEL_FILE
157158
pip install $env:WHEEL_FILE
158159
159160
- name: Install test requirements

0 commit comments

Comments
 (0)