Skip to content

Commit d769412

Browse files
Update ci-testing-unit.yml
Add instruction to install the package locally in developer mode (pip install -e )
1 parent 564831c commit d769412

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-testing-unit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- uses: ./.github/actions/setup
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
- name: Install package in development mode
31+
run: uv pip install -e .
3032
- name: Run tests with coverage
3133
run: |
3234
source .venv/bin/activate

0 commit comments

Comments
 (0)