Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (pyvista#562)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 9, 2024
1 parent 2930c4f commit 9a651b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ jobs:
- run: pip install ${{ matrix.qt }}
name: "Install Qt binding"
if: matrix.qt != 'None'
- run: pip install "PyQt6-Qt6!=6.6.1,!=6.6.2" "PyQt6!=6.6.1,!=6.6.2"
- run: pip install "PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3" "PyQt6!=6.6.1"
name: "Install PyQt6-Qt6"
if: matrix.qt == 'PyQt6'
- run: pip install "PySide6!=6.7.0"
name: "Install PySide6"
if: matrix.qt == 'PySide6'
- run: |
pip install -e .
python -c "import pyvista; print(pyvista.Report())"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: pyvista/setup-headless-display-action@main
with:
qt: true
- run: pip install . -r requirements_docs.txt "PySide6!=6.5.1"
- run: pip install . -r requirements_docs.txt "PySide6!=6.5.1,!=6.7.0"
- run: make -C docs doctest html
- uses: peaceiris/actions-gh-pages@v3
# Not a PR:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
args: ["--config=pyproject.toml"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: debug-statements
Expand Down

0 comments on commit 9a651b5

Please sign in to comment.