ezyang / ghstack

Submit stacked diffs to GitHub on the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci: tests fail on `windows-latest` with Python `3.11`

felix-seifert opened this issue · comments

The change which introduced testing on Windows succeeded in all tests. However, executing the tests with the same code base on the master branch resulted in a failure for the combination windows-latest and Python version 3.12.

Observing the diff between the commit of the succeeding tests and the failing tests shows that there is no difference.

The failure occurs during the dependency installation. Similar to some dependencies not being ready for Python 3.12, we could also just say that some dependencies are not ready for Windows and Python 3.11. However, a green test showed that the dependencies seem to be okay.

We can either accept the issue and exclude running CI on Windows and 3.11, or we update some dependency versions.

If you can update the deps that would be great, o/w I'll just revert