Skip to content

Commit

Permalink
Merge pull request #715 from lsst/tickets/DM-35690
Browse files Browse the repository at this point in the history
DM-35690: Require pip version less than 22
  • Loading branch information
mwittgen committed Jul 22, 2022
2 parents d62025a + 6312561 commit 1d18fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update pip/wheel infrastructure
shell: bash -l {0}
run: |
conda install -y -q pip wheel
conda install -y -q "pip<22" wheel
- name: Install sqlite
shell: bash -l {0}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade "pip<22"
pip install --upgrade setuptools wheel build
- name: Build and create distribution
Expand Down

0 comments on commit 1d18fc3

Please sign in to comment.