Skip to content

Commit

Permalink
downgrade windows run to py 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Oct 30, 2023
1 parent 3f7e8d5 commit 200bed0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,9 @@ jobs:
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.11"
python-version: "3.10"

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 200bed0

Please sign in to comment.