Skip to content

Commit

Permalink
FIX: Bye 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 29, 2024
1 parent cb29862 commit 510c8e1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
pyvista: ["0"] # All OSes on latest release
python-version: ["3.12"]
include: # and Linux for older ones
- os: "ubuntu-latest"
pyvista: "0.33"
python-version: "3.9"
- os: "ubuntu-latest"
pyvista: "0.34"
python-version: "3.10"
Expand Down Expand Up @@ -135,12 +132,6 @@ jobs:
name: "Install dependencies with pip"
- run: pip install "PyQt6-Qt6!=6.6.0,!=6.7.0" "PyQt6!=6.6.0"
name: "Install Qt binding"
- run: |
pip install --upgrade "pyvista==${{ matrix.pyvista }}.*"
if [[ "${{ matrix.pyvista }}" == "0.32" ]] || [[ "${{ matrix.pyvista }}" == "0.33" ]]; then
pip install "vtk<9.2"
fi
name: "Install PyVista"
- run: |
pip install -e .
python -c "import pyvista; print(pyvista.Report())"
Expand Down

0 comments on commit 510c8e1

Please sign in to comment.