Skip to content

Commit 4acd04f

Browse files
committed
Remove unnecessary setuptools and wheel from CI
1 parent 452480d commit 4acd04f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
${{ runner.os }}-
4848
- name: Install Python dependencies
4949
run: |
50-
pip install -U pip setuptools wheel
5150
pip install -r dev-requirements.txt
5251
- name: Check for ungenerated database migrations
5352
run: |

.github/workflows/static.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
${{ runner.os }}-
2525
- name: Install Python dependencies
2626
run: |
27-
pip install -U pip setuptools wheel
2827
pip install -r requirements.txt -r prod-requirements.txt
2928
- name: Run Tests
3029
run: |

0 commit comments

Comments
 (0)