Skip to content

Commit bf8bcd4

Browse files
committed
Remove install . from code quality checks
1 parent ec68849 commit bf8bcd4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/code-quality-main.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@ jobs:
2020
with:
2121
python-version: "3.10"
2222

23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install -e .
27-
2823
- name: Run pre-commits
2924
uses: pre-commit/action@v2.0.3

.github/workflows/code-quality-pr.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
with:
2727
python-version: "3.10"
2828

29-
- name: Install dependencies
30-
run: |
31-
python -m pip install --upgrade pip
32-
pip install -e .
33-
3429
- name: Find modified files
3530
id: file_changes
3631
uses: trilom/file-changes-action@v1.2.4

0 commit comments

Comments
 (0)