浏览代码

gh-workflows/ci: added python installation in test-units job

skoupidi 1 年之前
父节点
当前提交
5a6ebc80fb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -20,6 +20,9 @@ jobs:
           toolchain: nightly-2024-12-05
           target: wasm32-unknown-unknown
           override: true
+      - uses: actions/setup-python@v1
+        with:
+          python-version: '3.10'
 
       - uses: Swatinem/rust-cache@v2