Skip to content

Commit ca01de5

Browse files
committed
ci: use modern pip version
1 parent 28c7934 commit ca01de5

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/codequality.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- name: Downgrade pip
23-
run: pip install "pip<22"
2422
- name: Install dependencies
2523
run: |
2624
pip install ".[dev]"

.github/workflows/installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: 3.7
1818
- name: Install hatch
19-
run: pip install hatch "pip<22"
19+
run: pip install hatch
2020
- name: Build
2121
run: hatch build
2222
- name: Install

.github/workflows/unittest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- name: Downgrade pip
23-
run: pip install "pip<22"
2422
- name: Install
2523
run: pip install ".[dev]"
2624
- name: test

0 commit comments

Comments
 (0)