Skip to content

Commit

Permalink
Windows CI now runs on python 3.11, fetch pyside2 from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 29, 2023
1 parent a5af51c commit f03453d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ jobs:
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.10"
python-version: "3.11"

steps:
- name: Install hdf5 libs for Mac
if: runner.os == 'macOS'
run: brew install hdf5

- name: Install pyside2 for Windows
if: runner.os == 'Windows'
run: conda install -c conda-forge pyside2

# Helps set up VTK with a headless display
- uses: pyvista/setup-headless-display-action@v2

Expand Down

0 comments on commit f03453d

Please sign in to comment.