From 6771934f36265c8366e59c31b544812feedbb7da Mon Sep 17 00:00:00 2001 From: Mike Hendricks Date: Tue, 3 Sep 2024 19:17:02 -0700 Subject: [PATCH] TEST: List dir contents and include requirements for begin, end --- .github/workflows/python-static-analysis-and-test.yml | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/python-static-analysis-and-test.yml b/.github/workflows/python-static-analysis-and-test.yml index f18b475..dea7fc5 100644 --- a/.github/workflows/python-static-analysis-and-test.yml +++ b/.github/workflows/python-static-analysis-and-test.yml @@ -70,6 +70,7 @@ jobs: - name: Run Tox run: | tox -e begin,py + dir - name: Upload coverage uses: actions/upload-artifact@v4 diff --git a/tox.ini b/tox.ini index c1601a8..6ee24fb 100644 --- a/tox.ini +++ b/tox.ini @@ -29,6 +29,7 @@ commands = basepython = python3 deps = coverage + -rrequirements.txt commands = # Ensure the version.py file is created python setup.py egg_info @@ -39,6 +40,7 @@ commands = basepython = python3 deps = coverage + -rrequirements.txt commands = coverage combine coverage report