We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfd7a6 commit 39b814fCopy full SHA for 39b814f
3 files changed
.github/workflows/ci.yaml
@@ -40,6 +40,7 @@ jobs:
40
- uses: astral-sh/setup-uv@v8.1.0
41
with:
42
python-version: ${{ matrix.python-version }}
43
+ - run: uv sync --all-extras
44
45
- name: Run tests without cloudpathlib
46
run: |
@@ -52,7 +53,7 @@ jobs:
52
53
54
- name: Run tests with cloudpathlib
55
- uv run --extra cloud pytest \
56
+ uv run pytest \
57
-m "cloud" \
58
--junitxml=pytest-cloud.xml \
59
--cov-report=xml:coverage.xml \
pyproject.toml
@@ -36,12 +36,11 @@ pybids = ["pandas>=2.0.0"]
36
37
[dependency-groups]
38
dev = [
39
- "pandas==3.0.2",
"pdoc>=16.0.0",
"pre-commit>=4.6.0",
"pytest>=9.0.3",
"pytest-cov>=7.1.0",
- "ruff>=0.15.12",
+ "ruff>=0.15.13",
]
47
[project.urls]
0 commit comments