Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 ci: use Quansight-Labs/setup-python to test free threading on CI #394

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

SigureMo
Copy link
Member

@SigureMo SigureMo commented Nov 26, 2024

动机

部分需要测试 free-threading 的流水线使用 Quansight-Labs/setup-python

解决方案

类型

  • ✨ feat: 添加新功能
  • 🐛 fix: 修复 bug
  • 📝 docs: 对文档进行修改
  • ♻️ refactor: 代码重构(既不是新增功能,也不是修改 bug 的代码变动)
  • ⚡ perf: 提高性能的代码修改
  • 🧑‍💻 dx: 优化开发体验
  • 🔨 workflow: 工作流变动
  • 🏷️ types: 类型声明修改
  • 🚧 wip: 工作正在进行中
  • ✅ test: 测试用例添加及修改
  • 🔨 build: 影响构建系统或外部依赖关系的更改
  • 👷 ci: 更改 CI 配置文件和脚本
  • ❓ chore: 其它不涉及源码以及测试的修改
  • ⬆️ deps: 依赖项修改
  • 🔖 release: 发布新版本

Copy link

codspeed-hq bot commented Nov 26, 2024

CodSpeed Performance Report

Merging #394 will not alter performance

Comparing ci/use-quansight-labs-setup-python-to-test-free-threading-on-ci (8a8d4ed) with main (fa475ce)

Summary

✅ 30 untouched benchmarks

@SigureMo
Copy link
Member Author

3.13t 的最终都选择了 3.10 运行,还是有点问题,得找时间看看

@SigureMo SigureMo requested a review from Copilot December 1, 2024 17:27

Choose a reason for hiding this comment

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

Copilot reviewed 5 out of 6 changed files in this pull request and generated no suggestions.

Files not reviewed (1)
  • justfile: Language not supported
Comments skipped due to low confidence (3)

.github/workflows/e2e-test.yml:15

  • The Python version '3.13t' seems to be a typo. It should likely be '3.13'.
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]

.github/workflows/unit-test.yml:15

  • The Python version '3.13t' is invalid. It should be '3.13'.
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]

.github/workflows/latest-release-test.yml:12

  • The Python version '3.13t' seems to be a typo. It should likely be '3.13'.
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
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.

1 participant