Skip to content

Commit

Permalink
try to install pyside2 via conda
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Oct 30, 2023
1 parent f638888 commit 3f7e8d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ jobs:
python-version: "3.11"

steps:
- name: Setup conda on Windows
if: runner.os == 'Windows'
uses: s-weigand/setup-conda@v1
with:
update-conda: true
python-version: ${{ matrix.python-version }}
conda-channels: conda-forge

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


# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit 3f7e8d5

Please sign in to comment.