Skip to content

Commit

Permalink
improved comments via piskvorky review
Browse files Browse the repository at this point in the history
Co-Authored-By: Radim Řehůřek <me@radimrehurek.com>
  • Loading branch information
gojomo and piskvorky authored Jan 27, 2020
1 parent f5e05d0 commit 0e624c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python -m pip install -U pip tox"

# next line only to demo that py3.8-on-Appveyor *could* install Cython from wheel just fine,
# despite mysterious following attempt/failure to build-and-use Cython on that one Appveyor config
# delete when py3.8-on-Appveyor starts working normally
# Next line only to demo that py3.8-on-Appveyor *could* install Cython from wheel just fine,
# despite mysterious following attempt/failure to build-and-use Cython on that one Appveyor config.
# Delete when py3.8-on-Appveyor starts working normally,
# see comment at <https://github.com/RaRe-Technologies/gensim/pull/2715#issuecomment-569457589>
- "python -m pip install Cython==0.29.14 numpy==1.18.0"

Expand Down

0 comments on commit 0e624c1

Please sign in to comment.