Skip to content

Commit

Permalink
Add conda to path using the s-weigand/setup-conda@v1 action
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 29, 2023
1 parent b123955 commit 8d8a22d
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 @@ -38,7 +38,10 @@ jobs:

- name: Install pyside2 for Windows
if: runner.os == 'Windows'
run: $CONDA/bin/conda install -c conda-forge pyside2
uses: s-wiegand/setup-conda@v1
with:
activate-conda: false
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 8d8a22d

Please sign in to comment.