浏览代码

Update ci-pip.yml

Marshall 7 月之前
父节点
当前提交
65279a659d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci-pip.yml

+ 1 - 1
.github/workflows/ci-pip.yml

@@ -22,7 +22,7 @@ jobs:
     - name: Set up Python
       uses: actions/setup-python@v4
       with:
-        python-version: '3.x'
+        python-version: '3.11'
     
     - name: Install Poetry
       uses: snok/install-poetry@v1