msgpack-python/.github/workflows
Charlie Lin 79e5de103a
Work around Windows wonkiness
On Windows, attempting to upgrade `pip` within CI always yields this:
```
Run pip install -U pip
Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.10.11\x64\lib\site-packages (25.1.1)
Collecting pip
  Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
Downloading pip-25.2-py3-none-any.whl (1.8 MB)
   ---------------------------------------- 1.8/1.8 MB 48.1 MB/s eta 0:00:00

Notice:  A new release of pip is available: 25.1.1 -> 25.2
Notice:  To update, run: python.exe -m pip install --upgrade pip
ERROR: To modify pip, please run the following command:
C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe -m pip install -U pip
Error: Process completed with exit code 1.
```
2025-08-07 15:04:31 +00:00
..
docs.yaml update cibuildwheel to 2.17 (#601) 2024-05-04 16:49:22 +09:00
lint.yaml use ruff instead of black (#598) 2024-05-03 15:17:54 +09:00
test.yml Work around Windows wonkiness 2025-08-07 15:04:31 +00:00
wheel.yml Merge branch 'main' into nogil 2025-08-06 21:46:52 +00:00