浏览代码

fix python version in build tests

Nick Sweeting 1 年之前
父节点
当前提交
2ef3655d21
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/test.yml

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

@@ -37,6 +37,9 @@ jobs:
 
       - name: Setup PDM
         uses: pdm-project/setup-pdm@v3
+        with:
+          python-version: '3.11'
+          cache: true
 
       ### Install Python & JS Dependencies
       - name: Get pip cache dir