AI-Hypercomputer / AI-Hypercomputer/maxdiffusion

[Bug]: CI Workflow fails due to pyink version mismatch between setup.sh and GitHub Actions

未关闭
#343 1 条评论 0 个 reaction 已指派 1 人 已被 @michelle-yooh 认领 在 GitHub 查看
主要语言
Python
星标
386
派生
93
平均合并
8 天 17 小时
30 天内合并 PR
8

描述

## Describe the bug

Currently, there is a version mismatch for `pyink` between the local developer setup and the GitHub Actions workflow ([CPUTests.yml](https://github.com/AI-Hypercomputer/maxdiffusion/blob/main/.github/workflows/CPUTests.yml)).

The `setup.sh` script installs the latest version of `pyink` (currently 25.12.0), while the GitHub workflow strictly enforces `pyink==23.10.0`. As a result, when developers format their code locally using the setup script's version, the CI/CD pipeline fails during the formatting check because it evaluates the code against the older version.

## To Reproduce

Steps to reproduce the behavior:

- Run `bash setup.sh MODE=stable DEVICE=tpu` locally (installs `pyink>=25.12.0`).
- Format the codebase locally using the installed `pyink`.
- Push the changes to a PR.

The GitHub workflow fails on the formatting check because it expects formatting from `pyink==23.10.0`.

## Expected behavior

The version of `pyink` used locally should perfectly match the version enforced by the CI pipeline to prevent unnecessary build failures and contributor friction.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。