Kaynağa Gözat

Merge pull request #788 from Avaiga/gmarabout/fix_python312_pipenv_issue

💚 Fix CI build (python 3.12)
Grégoire Marabout 1 yıl önce
ebeveyn
işleme
56e30d5e06
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 }}
 
     - name: Install pipenv
-      run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
+      run: pip install pipenv --upgrade
       shell: bash
 
     - name: Install minimum supported dependencies