Преглед изворни кода

Merge branch 'develop' into feature/shutdown-process-pool-executor

Đỗ Trường Giang пре 1 година
родитељ
комит
bdcdf7f80a
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 }}
 
     - 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