Skip to content

Commit f2ece9b

Browse files
committed
Try again
1 parent a3ac15a commit f2ece9b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/full_test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,14 @@ jobs:
4040

4141

4242

43-
- name: Install dependencies
43+
- name: Install the project
4444
run: |
4545
#python -m pip install --upgrade pip
46-
uv pip install pytest pytest-cov
46+
uv sync --all-extras test
4747
48-
- name: Install mikeio
49-
run: |
50-
uv pip install .[test]
5148
- name: Test with pytest
5249
run: |
53-
pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
50+
uv run pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
5451
- name: Test docstrings with doctest
5552
run: make doctest
5653
- name: Static type check

0 commit comments

Comments
 (0)