From 7213eee89ba5f33510907fab99f34e30c4b5b905 Mon Sep 17 00:00:00 2001 From: Scott Griffiths Date: Mon, 19 Feb 2024 13:35:24 +0000 Subject: [PATCH] CI test tweak. --- .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 b878ec5..53735da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,6 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install build - python -m pip install pytest - name: Build sdist and wheel run: | @@ -130,6 +129,7 @@ jobs: # make sure we test the installed code cp -R repo/tests/ tests/ python -m pip install --upgrade pip + python -m pip install pytest python -m pip install ./dist/*.whl # show the directory contents for diagnostics ls -la