Skip to content

Commit 96add7f

Browse files
committed
fix typo in build matrix
1 parent 83a67af commit 96add7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,45 +67,45 @@ jobs:
6767
travis-os-name: osx
6868
manylinux-version: 1
6969
python-version: 3.6
70-
build_depends: numpy==1.17.0
70+
build-depends: numpy==1.17.0
7171

7272
- os: macos-latest
7373
travis-os-name: osx
7474
manylinux-version: 1
7575
python-version: 3.7
76-
build_depends: numpy==1.17.0
76+
build-depends: numpy==1.17.0
7777

7878
- os: macos-latest
7979
travis-os-name: osx
8080
manylinux-version: 1
8181
python-version: 3.8
82-
build_depends: numpy==1.21.0
82+
build-depends: numpy==1.21.0
8383

8484
- os: macos-latest
8585
travis-os-name: osx
8686
manylinux-version: 1
8787
python-version: 3.9
88-
build_depends: numpy==1.21.0
88+
build-depends: numpy==1.21.0
8989

9090
- os: windows-latest
9191
manylinux-version: 2010
9292
python-version: 3.6
93-
build_depends: numpy==1.17.0
93+
build-depends: numpy==1.17.0
9494

9595
- os: windows-latest
9696
manylinux-version: 2010
9797
python-version: 3.7
98-
build_depends: numpy==1.17.0
98+
build-depends: numpy==1.17.0
9999

100100
- os: windows-latest
101101
manylinux-version: 2010
102102
python-version: 3.8
103-
build_depends: numpy==1.17.3
103+
build-depends: numpy==1.17.3
104104

105105
- os: windows-latest
106106
manylinux-version: 2010
107107
python-version: 3.9
108-
build_depends: numpy==1.19.3
108+
build-depends: numpy==1.19.3
109109

110110
env:
111111
PKG_NAME: gensim

0 commit comments

Comments
 (0)