Skip to content

Fix usage of deprecated/removed qApp in test_resize_qt and make sure … #25

Fix usage of deprecated/removed qApp in test_resize_qt and make sure …

Fix usage of deprecated/removed qApp in test_resize_qt and make sure … #25

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
coverage: codecov
runs-on: |
linux: ubuntu-latest
display: true
# Linux PyQt 5.15 and 6.x installations require apt-getting xcb and EGL deps
# and headless X11 display
apt:
- '^libxcb.*-dev'
- libxkbcommon-x11-dev
- libegl1-mesa
envs: |
# Code style
- linux: codestyle
# Linux builds - test on all supported Matplotlib versions
- linux: py38-test-mpl33
- linux: py39-test-mpl34
- linux: py39-test-mpl35
- linux: py310-test-mpl36
- linux: py310-test-mpl37-qt
- linux: py311-test-mpldev
# MacOS X and Windows builds - alternative Matplotlib versions
- windows: py38-test-mpl33
- macos: py39-test-mpl34
- windows: py39-test-mpl35
- macos: py310-test-mpl36
- windows: py310-test-mpl37
- windows: py311-test-mpldev
# Image tests
- linux: py311-test-mpl38-image
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_extras: test
test_command: pytest --pyargs mpl_scatter_density
secrets:
pypi_token: ${{ secrets.pypi_token }}