jrobinAV 1 năm trước cách đây
mục cha
commit
327fcf77d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/partial-tests.yml

+ 1 - 1
.github/workflows/partial-tests.yml

@@ -59,7 +59,7 @@ jobs:
           python-version: ${{matrix.python-version}}
 
       - name: Install pipenv
-        run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python${{ matrix.python-version }}
+        run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
 
       - name: Install Dependencies
         run: pipenv install --dev --python=${{ matrix.python-version }}