Skip to content

Commit 85ac212

Browse files
committed
change yml for qhull license download
1 parent a2b12b8 commit 85ac212

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ jobs:
7171
# licenses from being included in built wheels, so pre-download them so
7272
# that they exist before the build and are included.
7373
- name: Pre-download bundled licenses
74-
run: >
74+
run: |
7575
mkdir -p LICENSE
76-
curl -Lo LICENSE/LICENSE_QHULL
77-
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
76+
curl -Lo LICENSE/LICENSE_QHULL https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
7877
7978
- name: Install dependencies
8079
run: python -m pip install build twine

0 commit comments

Comments
 (0)