Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Aug 24, 2023
1 parent 52b77d1 commit 9dc5656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# https://github.com/RaRe-Technologies/gensim/issues/3489
#
- name: Install newest numpy
if: {{ matrix.os }} == "windows-2019" && {{ matrix.python }} == "3.10"
if: ${{ matrix.os == "windows-2019" && matrix.python == "3.10"}}
run: |
python -m pip uninstall oldest-supported-numpy
python -m pip install numpy
Expand Down

0 comments on commit 9dc5656

Please sign in to comment.