Browse Source

💚 Fix CI build (python 3.12)

Grégoire Marabout-Demazure 1 year ago
parent
commit
711f466087
1 changed files with 1 additions and 1 deletions
  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