8000 Added editable install to workflow · mrpowerus/salesforce-bulk-python@7d79fcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d79fcb

Browse files
committed
Added editable install to workflow
1 parent f488193 commit 7d79fcb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26+
pip install --editable .
2627
pip install build
2728
- name: Run tests
2829
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install -r requirements.txt
28+
pip install --editable .
2829
pip install build
2930
- name: Run tests
3031
run: |

0 commit comments

Comments
 (0)
0