Skip to content

Commit

Permalink
FIX: One old
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 27, 2023
1 parent bc4ca92 commit 6da6395
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@ jobs:
run: make pep

# Run installation tests
build:
install:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.8", "3.11" ]
python-version: [ "3.11" ]
include:
# An old one
- os: ubuntu-latest
python-version: "3.8"
steps:
- uses: actions/checkout@v4
- uses: pyvista/setup-headless-display-action@main
Expand Down

0 comments on commit 6da6395

Please sign in to comment.