From e16e2575c8d55570217fe6600ec238975aa0140e Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:05:32 -0700 Subject: [PATCH] update CI to do image comparison tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18b06ab..b5cd26f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: tests run: | - python -m pytest + python -m pytest --mpl link-check: runs-on: ubuntu-latest