Skip to content

Commit

Permalink
Split the conda setup and conda install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 29, 2023
1 parent 8d8a22d commit ae1ccc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
if: runner.os == 'macOS'
run: brew install hdf5

- name: Install pyside2 for Windows
- name: Setup Conda
if: runner.os == 'Windows'
uses: s-wiegand/setup-conda@v1
with:
activate-conda: false

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

# Helps set up VTK with a headless display
Expand Down

0 comments on commit ae1ccc3

Please sign in to comment.