From 78717a8f6451a850f78555754ec382a9d7067a71 Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Tue, 27 Dec 2022 18:16:20 +0000 Subject: [PATCH 1/2] Update syntax for tox4 --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 675da288..f2ecc01f 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,10 @@ requires = isolated_build = true [testenv] -passenv = DISPLAY WINDIR MPL_UPDATE_* +passenv = + DISPLAY + WINDIR + MPL_UPDATE_* setenv = MPLBACKEND = Agg changedir = .tmp/{envname} From a52b20aa0589518420a936e9e35ba99ba030c446 Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Tue, 27 Dec 2022 18:22:46 +0000 Subject: [PATCH 2/2] Use Ubuntu 20.04 for py36 --- .github/workflows/test_and_publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 0b941c46..f8fb97b7 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -25,8 +25,11 @@ jobs: - windows: py310-test-mpl36 # Test all configurations on Linux - linux: py36-test-mpl20 + runs-on: ubuntu-20.04 - linux: py36-test-mpl21 + runs-on: ubuntu-20.04 - linux: py36-test-mpl22 + runs-on: ubuntu-20.04 - linux: py37-test-mpl30 - linux: py37-test-mpl31 - linux: py37-test-mpl32