We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ac15a commit f2ece9bCopy full SHA for f2ece9b
.github/workflows/full_test.yml
@@ -40,17 +40,14 @@ jobs:
40
41
42
43
- - name: Install dependencies
+ - name: Install the project
44
run: |
45
#python -m pip install --upgrade pip
46
- uv pip install pytest pytest-cov
+ uv sync --all-extras test
47
48
- - name: Install mikeio
49
- run: |
50
- uv pip install .[test]
51
- name: Test with pytest
52
53
- pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
+ uv run pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
54
- name: Test docstrings with doctest
55
run: make doctest
56
- name: Static type check
0 commit comments