Skip to content

Commit

Permalink
Make the numpy version installed in the CI workflow lower than `2.0…
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored Jun 21, 2024
1 parent 7325806 commit e338dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: unittest comtypes
run: |
if ("${{ matrix.npsupport }}" -eq "with npsupport") {
pip install numpy
pip install 'numpy<2'
}
python -m unittest discover -v -s ./comtypes/test -t comtypes\test
- name: Unregister the OutProc COM server
Expand Down

0 comments on commit e338dc5

Please sign in to comment.