Skip to content

Commit 09d738c

Browse files
author
Sarah Wagner
committed
some fixes
1 parent 4682ba8 commit 09d738c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434

3535
- name: Download uv
3636
uses: astral-sh/setup-uv@v6
37-
37+
38+
- name: install dependenies
39+
run: uv pip install --system .[test]
3840
- name: Test package
39-
run: uv run pytest
41+
run: pytest
4042

4143

4244

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ dependencies = [
3939
"lmfit"
4040
]
4141

42+
[project.optional-dependencies]
43+
test = [
44+
"pytest"]
45+
4246
[tool.hatch.version]
4347
source = "vcs"
4448

0 commit comments

Comments
 (0)