Skip to content

Commit

Permalink
Merge pull request #37 from lsst/tickets/DM-35692
Browse files Browse the repository at this point in the history
DM-35692: unpin pip version
  • Loading branch information
mwittgen committed Jan 9, 2023
2 parents 7f03f9c + 844d180 commit 8bbe6ae
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<22" wheel
conda install -y -q pip wheel
- name: Install cryptography package for moto
shell: bash -l {0}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

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

0 comments on commit 8bbe6ae

Please sign in to comment.