Browse Source

pipeline: upgrade pipenv from v2020.8.13 to v2022.9.21 (to reduce runtime of `pipenv install` from approx 64s to approx 29s)

https://github.com/fphammerle/ical2vdir/commit/5a521c33c2666711e528e79fa0bc93779f7e8abe
Fabian Peter Hammerle 1 year ago
parent
commit
6b55c5224b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/python.yml

+ 3 - 3
.github/workflows/python.yml

@@ -23,7 +23,7 @@ jobs:
     - uses: actions/setup-python@v4
       with:
         python-version: ${{ matrix.python-version }}
-    - run: pip install --upgrade pipenv==2020.8.13
+    - run: pip install --upgrade pipenv==2022.9.21
     - run: pipenv install --python "$PYTHON_VERSION" --deploy --dev
       env:
         PYTHON_VERSION: ${{ matrix.python-version }}
@@ -83,7 +83,7 @@ jobs:
     - uses: actions/setup-python@v4
       with:
         python-version: ${{ matrix.python-version }}
-    - run: pip install --upgrade pipenv==2020.8.13
+    - run: pip install --upgrade pipenv==2022.9.21
     # by default pipenv picks the latest version in PATH
     - run: pipenv --python "$(which python)" install --deploy --dev
     # > TypeError: Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type
@@ -133,7 +133,7 @@ jobs:
     - uses: actions/setup-python@v4
       with:
         python-version: ${{ matrix.python-version }}
-    - run: pip install --upgrade pipenv==2020.8.13
+    - run: pip install --upgrade pipenv==2022.9.21
     - run: pipenv --python "$(which python)" install --deploy --dev
     - run: pipenv graph
     # > the default behaviour is to abort conversion [...] if one of the cells throws an error