Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 17, 2024
1 parent 86d423e commit b4eb02e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1,080 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_napari_widgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
napari: ["napari417", "napari418"]
napari: ["napari419", "napari54"]
qt_backend: ["PyQt5"]
include:
- napari: "napari417"
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ jobs:
qt_backend: ["PyQt5"]
tox_args: [ "" ]
include:
- python_version: "3.9"
- python_version: "3.11"
os: "macos-13"
qt_backend: "PyQt5"
- python_version: "3.9"
- python_version: "3.11"
os: "windows-2019"
qt_backend: "PyQt5"
- python_version: "3.9"
- python_version: "3.11"
os: "ubuntu-20.04"
qt_backend: "PySide2"
- python_version: "3.9"
- python_version: "3.11"
os: "ubuntu-22.04"
qt_backend: "PySide6"
- python_version: "3.10"
- python_version: "3.12"
os: "ubuntu-22.04"
qt_backend: "PyQt6"
- python_version: "3.10"
Expand All @@ -94,16 +94,16 @@ jobs:
os: ["ubuntu-20.04", "macos-13", "windows-2019"]
qt_backend: ["PySide2", "PyQt5"]
include:
- python_version: "3.11"
- python_version: "3.12"
qt_backend: "PyQt5"
os: "ubuntu-22.04"
- python_version: "3.9"
- python_version: "3.11"
os: "ubuntu-22.04"
qt_backend: "PySide6"
- python_version: "3.9"
- python_version: "3.11"
os: "ubuntu-22.04"
qt_backend: "PyQt6"
- python_version: "3.10"
- python_version: "3.11"
os: "ubuntu-22.04"
qt_backend: "PyQt5"
pydantic: "_pydantic_1"
Expand All @@ -124,8 +124,8 @@ jobs:
uses: ./.github/workflows/base_test_workflow.yml
with:
test_data: True
python_version: "3.10"
tox_args: "-e py310-PyQt5-coverage"
python_version: "3.12"
tox_args: "-e py312-PyQt5-coverage"
coverage: true

test_minimal:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
use-mamba: true
channels: conda-forge
channel-priority: strict
python-version: "3.11"
python-version: "3.12"

- uses: tlambert03/setup-qt-libs@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install -U uv
flags=(--extra pyqt6 --extra pyside2 --extra pyside6 --extra test --extra pyinstaller_base)
for pyv in 3.8 3.9 3.10 3.11 3.12; do
for pyv in 3.9 3.10 3.11 3.12; do
uv pip compile --python-version ${pyv} --upgrade --output-file requirements/constraints_py${pyv}.txt pyproject.toml requirements/version_denylist.txt "${flags[@]}"
uv pip compile --python-version ${pyv} --upgrade --output-file requirements/constraints_py${pyv}_pydantic_1.txt pyproject.toml requirements/version_denylist.txt "${flags[@]}" --constraint requirements/pydantic_1.txt
done
Expand Down
Loading

0 comments on commit b4eb02e

Please sign in to comment.