From 90451846cb565091202d6fbde25f63fb36eb73a4 Mon Sep 17 00:00:00 2001 From: Geir Date: Fri, 27 Dec 2024 12:10:34 +0100 Subject: [PATCH] ci: add matplotlib to CodSpeed --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cb2cb28..06a508c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -45,7 +45,7 @@ jobs: slug: geddy11/sysloss - name: Codspeed dependencies - run: pip install pytest pytest-codspeed numpy toml rustworkx scipy pandas + run: pip install pytest pytest-codspeed numpy toml rustworkx scipy pandas matplotlib - name: Codspeed benchmark uses: CodSpeedHQ/action@v3