Skip to content

Commit 9e4e29e

Browse files
committed
[CI] Install libgfortran5
1 parent c0baba5 commit 9e4e29e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheel.yml

+3
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ jobs:
145145
name: native-wheels
146146
path: dist
147147

148+
- name: Install libgfortran
149+
run: apt-get update && apt-get install -y libgfortran5
150+
148151
- name: Install
149152
run: python3 -m pip install --find-links=dist "${PACKAGE_NAME}[test]==${PACKAGE_VERSION}"
150153

0 commit comments

Comments
 (0)