Skip to content

Commit

Permalink
[SEDONA-389] Pin pipenv version to 2023.9.1, since 2023.9.7 introduce…
Browse files Browse the repository at this point in the history
…s a bug that broke our build (#1012)
  • Loading branch information
Kontinuation committed Sep 8, 2023
1 parent 483ad20 commit d58baa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install pipenv
run: pip install -U pipenv
run: pip install -U pipenv==2023.9.1
- name: Install dependencies
run: |
cd python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- run: sudo pip3 install -U setuptools
- run: sudo pip3 install -U wheel
- run: sudo pip3 install -U virtualenvwrapper
- run: python3 -m pip install pipenv
- run: python3 -m pip install pipenv==2023.9.1
- run: cd python; python3 setup.py build_ext --inplace
- env:
SPARK_VERSION: ${{ matrix.spark }}
Expand Down

0 comments on commit d58baa8

Please sign in to comment.