Skip to content

Conversation

@gvanrossum-ms
Copy link
Collaborator

@gvanrossum-ms gvanrossum-ms commented Jan 13, 2026

Basically I removed the "Install dependencies" step from the Check, Format and Test jobs, in favor of the auto-create-venv behavior built into the Makefile / make.bat. Except for the Get Keys job where I had to create two Install dependencies steps, one for each platform (using make sync / ./make.bat sync).

This hopefully reduces the number of times we have to change ci.yml due to some workflow change. But now we have to test this. How?

@gvanrossum-ms
Copy link
Collaborator Author

Thought: Could we have a setup step that precedes the job matrix that sets an env var for invoking make or ./make.bat ?

@gvanrossum gvanrossum merged commit ebb9194 into main Jan 13, 2026
28 of 29 checks passed
@gvanrossum gvanrossum deleted the makesync branch January 13, 2026 05:26
gvanrossum-ms added a commit that referenced this pull request Jan 13, 2026
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.

4 participants