Skip to content

Commit 7a2c805

Browse files
committed
editable install
1 parent f9e79e2 commit 7a2c805

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
fi
3939
echo PATH=$PATH >> $GITHUB_ENV
4040
uv pip install -r requirements/requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
41-
uv pip install -e .
4241
- name: Install test requirements
43-
run: uv pip install .[test]
42+
run: uv pip install -e .[test]
4443
- name: Run tests
4544
run: |
4645
uv run pytest tests/

0 commit comments

Comments
 (0)