From 1ecace294c1313a6efff11d775d4bc6cfde54b23 Mon Sep 17 00:00:00 2001 From: Peter VandeHaar Date: Mon, 21 Aug 2023 12:33:29 -0400 Subject: [PATCH] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 7dca0243..dd150cab 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -23,6 +23,6 @@ jobs: python3 -m pip install pytest python3 -m pip freeze python3 setup.py sdist bdist_wheel - python3 -m pip freeze sh -c "cd /tmp && python3 -m pip install $PWD/dist/*.whl" # must be in a new dir to avoid finding build artifacts + python3 -m pip freeze sh -c "cd /tmp && pytest $PWD/tests" # must be in a new dir to avoid finding source code