Skip to content

Conversation

@minggangw
Copy link
Member

@minggangw minggangw commented Jan 16, 2026

This PR fixes GitHub Actions failures on Windows by adding explicit Python 3.11 setup to the Windows build and test workflow. The node-gyp build tool and ROS2 both require Python to be available, and the windows-2025 runner apparently doesn't have Python pre-installed or doesn't have the correct version available by default.

Changes:

  • Added Python 3.11 setup step before ROS2 installation in the Windows workflow

Fix: #1377

Copilot AI review requested due to automatic review settings January 16, 2026 06:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes GitHub Actions failures on Windows by adding explicit Python 3.11 setup to the Windows build and test workflow. The node-gyp build tool and ROS2 both require Python to be available, and the windows-2025 runner apparently doesn't have Python pre-installed or doesn't have the correct version available by default.

Changes:

  • Added Python 3.11 setup step before ROS2 installation in the Windows workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls
Copy link

Coverage Status

coverage: 85.565%. remained the same
when pulling f6c1b1b on minggangw:fix-windows-action-failure
into a45c45a on RobotWebTools:develop.

@minggangw minggangw merged commit 1fb7276 into RobotWebTools:develop Jan 16, 2026
21 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.

Github actions failed on Windows

2 participants