diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 6ed75ac4..c9378963 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -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