Skip to content

Commit 66f98a3

Browse files
committed
#235 Fix workflow for testing
1 parent 2808a0a commit 66f98a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: ghcr.io/astral-sh/uv:${{ matrix.env }}
1616
env:
17-
PYTHON_DIRS: docs tests xarray-dataclasses
17+
PYTHON_DIRS: docs tests xarray_dataclasses
1818
UV_PROJECT_ENVIRONMENT: /usr/local
1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)