From f2188f7818266d6138c59794b9360854ed5e1b5d Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Tue, 27 Jan 2026 21:18:34 -0800 Subject: [PATCH] Adding needed dependencies for testing. --- .github/workflows/publish-to-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 3b2b68b..fe05a51 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -43,7 +43,7 @@ jobs: run: pip install dist/*.tar.gz - run: python -c 'import trx.version; print(trx.version.__version__)' - name: Install pytest - run: pip install pytest + run: pip install pytest psutil pytest-console-scripts pytest-cov - name: Run tests run: pytest -v --pyargs trx