From eef8076c0950ffc375945206d3d8da18ee0f53e0 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Sun, 15 Dec 2024 10:48:14 -0800 Subject: [PATCH] Fix package name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ecf9d3c..e764b739 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -380,7 +380,7 @@ jobs: - name: Install prerequisites for running tests run: | sudo apt-get update -y - sudo apt-get install -y python3 pytest + sudo apt-get install -y python3 python3-pytest python3 -m pip install --user pytest-report-md - name: Run suite