Skip to content

Commit 3a25364

Browse files
pyside2 now installs silently
1 parent 7bb42ed commit 3a25364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install pyside2 for Windows
5656
if: runner.os == 'Windows'
57-
run: conda install -c conda-forge pyside2
57+
run: conda install -c conda-forge pyside2 --yes
5858

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

0 commit comments

Comments
 (0)