From ea58fc583052e448a0bcfeb13e3b6cae2d6e7a73 Mon Sep 17 00:00:00 2001 From: maugde <167874615+maugde@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:56:36 +0200 Subject: [PATCH] ci(workflow): test dependencies while building artifacts --- .github/workflows/python-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c72639e..553b6a4 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -32,6 +32,8 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install hatch + hatch dep show requirements + pip freeze - name: Test with pytest run: hatch run test