From 61599226d1b24aa261995095e5bc383a20c5f81b Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Fri, 5 Apr 2024 09:02:56 +1100 Subject: [PATCH] CI: install pytest for leading_edge --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 682b3363..24485255 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -68,7 +68,7 @@ jobs: - name: Install dependencies run: | python -m pip install -U pip - python -m pip install pip install "numpy>=2.0.0rc1" + python -m pip install pip install pytest "numpy>=2.0.0rc1" - name: Run tests run: pytest