Skip to content

Commit

Permalink
Stop pinning pip, setuptools, and wheel in github workflow (#664)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>

Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Sep 20, 2021
1 parent d04e9f6 commit b59eb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ format('{0}-pip-{1}', runner.os, hashFiles('dev-requirements.txt', format('requirements{0}.txt', matrix.spark-version-suffix))) }}
- name: Install dependencies
run: |
python -m pip install pip==21.2.4 setuptools==57.4.0 wheel==0.37.0
python -m pip install --upgrade pip setuptools wheel
make setup${{ matrix.spark-version-suffix }}
pip freeze
- name: Lint
Expand Down

0 comments on commit b59eb79

Please sign in to comment.