From 21d6c9205a2a508864b978fac68458db9a8cb4fc Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Sat, 9 Dec 2023 18:49:43 +0100 Subject: [PATCH] Fixup --- .github/workflows/run-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index dbe8ba1..abf4e24 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -23,7 +23,8 @@ jobs: - name: Install pip and pytest run: | apt-get update - apt-get install -y python3-pip pytest + apt-get install -y python3-pip + pip install -U pytest - name: Clone uses: actions/checkout@v2 - name: Install pymatt