Skip to content

Commit 185a9c9

Browse files
fixed string
1 parent 93dccb6 commit 185a9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ test-wheels:
157157
script:
158158
- ls -lh # Show available files
159159
- WHL=$(ls pyoptgra-*cp39-cp39*manylinux*.whl | head -n1)
160-
- echo "Installing wheel: $WHL"
160+
- echo 'Installing wheel:' $WHL
161161
- pip install "$WHL"
162162
- mkdir test-install
163163
- cd test-install

0 commit comments

Comments
 (0)