Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix issue with
psutil
not being available in msys2/mingw32 anymore
With update to `psutil` 6.1.1, `msys2` stopped providing this package for their mingw32/i686 environments. Move the installation of `mingw-w64-${{matrix.env}}-python-psutil` into the "Install extra msys2 packages (64-bit only)" step. On i686, we now run the test suite without `psutil`.
- Loading branch information