Skip to content

Commit af5cfed

Browse files
???
1 parent e2a7be4 commit af5cfed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/packing.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ jobs:
153153

154154
- name: Install the package with pip from artifacts
155155
run: |
156-
$env:WHEEL_FILE=$(where *.whl)
157-
echo $env:WHEEL_FILE
158-
pip install $env:WHEEL_FILE
156+
$env:WHEEL_FILE=$(where *.whl); echo $env:WHEEL_FILE
157+
$env:WHEEL_FILE=$(where *.whl); pip install $env:WHEEL_FILE
159158
160159
- name: Install test requirements
161160
run: pip install -r requirements-test.txt

0 commit comments

Comments
 (0)