Skip to content

Run CI pipeline on windows too - #100

Merged
Guido van Rossum (gvanrossum) merged 13 commits into
microsoft:mainfrom
wirthual:wirthual/test-on-windows
Nov 17, 2025
Merged

Run CI pipeline on windows too#100
Guido van Rossum (gvanrossum) merged 13 commits into
microsoft:mainfrom
wirthual:wirthual/test-on-windows

Conversation

@wirthual

Copy link
Copy Markdown
Contributor

#93

Add CI execution on windows for python3.12

Example run: https://github.com/wirthual/typeagent-py/actions/runs/19415995025/job/55544389939

Check on windows currently fails with:

d:\a\typeagent-py\typeagent-py\tools\query.py
  d:\a\typeagent-py\typeagent-py\tools\query.py:606:22 - error: "read_history_file" is not a known attribute of module "readline" (reportAttributeAccessIssue)
  d:\a\typeagent-py\typeagent-py\tools\query.py:621:30 - error: "remove_history_item" is not a known attribute of module "readline" (reportAttributeAccessIssue)
  d:\a\typeagent-py\typeagent-py\tools\query.py:622:34 - error: "get_current_history_length" is not a known attribute of module "readline" (reportAttributeAccessIssue)
  d:\a\typeagent-py\typeagent-py\tools\query.py:633:22 - error: "write_history_file" is not a known attribute of module "readline" (reportAttributeAccessIssue)
4 errors, 0 warnings, 0 informations
WARNING: there is a new pyright version available (v1.1.406 -> v1.1.407).
Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I learned a bunch.

@gvanrossum
Guido van Rossum (gvanrossum) merged commit 6cc9e6e into microsoft:main Nov 17, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants