浏览代码

💚 Fix CI build (python 3.12)

Grégoire Marabout-Demazure 1 年之前
父节点
当前提交
711f466087
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/install/action.yml

+ 1 - 1
.github/actions/install/action.yml

@@ -27,7 +27,7 @@ runs:
         python-version: ${{ inputs.python-version }}
         python-version: ${{ inputs.python-version }}
 
 
     - name: Install pipenv
     - name: Install pipenv
-      run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
+      run: pip install pipenv --upgrade
       shell: bash
       shell: bash
 
 
     - name: Install minimum supported dependencies
     - name: Install minimum supported dependencies