Skip to content

Commit

Permalink
Add deps to fix editable mode problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
nennigb committed Nov 28, 2024
1 parent 1a5a915 commit 0bc7c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# https://numpy.org/doc/stable/f2py/windows/index.html
conda install m2w64-toolchain libpython
# numpy is required for pypolsys building. Better to install it with conda.
conda install numpy
python -m pip install numpy meson-python>=0.15.0 meson ninja
- name: Build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 0bc7c48

Please sign in to comment.