We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135369d commit ef65684Copy full SHA for ef65684
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- if: matrix.pint == 'with'
56
name: Install pint and pint-xarray
57
run: |
58
- uv sync --resolution ${{matrix.resolution}} --extra pint
+ uv sync --resolution ${{matrix.resolution}} --no-group docs --extra pint
59
- name: Test with pytest
60
61
uv run --no-sync pytest gsw_xarray/tests
0 commit comments