Skip to content

Commit

Permalink
Using pyqt5 instead of pyside2
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Nov 29, 2023
1 parent a55f299 commit 1c8ce62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,40 +45,9 @@ jobs:

# Run tests
- uses: neuroinformatics-unit/actions/test@v2
if: runner.os != 'Windows'
with:
python-version: ${{ matrix.python-version }}

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

- name: Change Conda solver and install Pyside2
if: runner.os == 'Windows'
run: |
conda config --set solver libmamba
conda install -c conda-forge pyside2 --yes
- uses: actions/checkout@v3
if: runner.os == 'Windows'

- name: Install tox
if: runner.os == 'Windows'
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Run tests
if: runner.os == 'Windows'
run: tox

- name: Report coverage to codecov
if: runner.os == 'Windows'
uses: codecov/codecov-action@v3

build_sdist_wheels:
name: Build source distribution
needs: [test]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dev = [
"pre-commit",
"ruff",
"setuptools_scm",
"pyside2",
"pyqt5",
"imio",
]
nb = ["jupyter", "k3d"]
Expand Down

0 comments on commit 1c8ce62

Please sign in to comment.