From ab58d467b59558f85f9f456869f7c5d114c98dfc Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Wed, 13 Mar 2024 15:26:56 -0400 Subject: [PATCH] print requirements --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3cd75c..2f3e1fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,8 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install flake8 pytest pytest-cov coveralls - echo "Requirements:" && cat requirements.txt + + echo `pwd` && echo " || requirements:" && cat requirements.txt pip install -r requirements.txt pip install . - name: Run default linting script