From e46124ba4aa7c1b5bd348a7b7ec0fc21217dff63 Mon Sep 17 00:00:00 2001 From: Charles Whittington Date: Wed, 22 Jan 2025 10:35:19 -0500 Subject: [PATCH] Change matrix variable name Co-authored-by: Russell Keith-Magee --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74c10e408a..aafa830074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,9 +87,9 @@ jobs: include: - experimental: false - package: "core" - travertino: "" + tox-suffix: "" - package: "travertino" - travertino: "-trav" + tox-suffix: "-trav" steps: - name: Checkout