Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/awalsh128/cache-ap…
Browse files Browse the repository at this point in the history
…t-pkgs-action-1.4.2
  • Loading branch information
tkoyama010 authored Jan 2, 2025
2 parents 84d6a9f + ba4289c commit 6f8308a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Unit Testing
run: xvfb-run coverage run -m --source=pytest_pyvista --module pytest --verbose .
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: matrix.python-version == '3.9'
name: "Upload coverage to CodeCov"

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Home = "https://github.com/pyvista/pytest-pyvista"
[project.optional-dependencies]
tests = [
"codecov<2.2.0",
"coverage==7.5.0",
"coverage==7.5.3",
"pytest>=3.5.0",
"pytest-cov==6.0.0",
"numpy<2.2",
"numpy<2.3",
]
docs = [
"pydata-sphinx-theme==0.16.0",
"pydata-sphinx-theme==0.16.1",
"sphinx==8.1.3",
"sphinx_copybutton==0.5.2",
"sphinx-notfound-page==1.0.4",
Expand Down

0 comments on commit 6f8308a

Please sign in to comment.