Skip to content

Commit

Permalink
TEST: List dir contents and include requirements for begin, end
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed Sep 4, 2024
1 parent 59455cb commit 6771934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-static-analysis-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Run Tox
run: |
tox -e begin,py
dir
- name: Upload coverage
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ commands =
basepython = python3
deps =
coverage
-rrequirements.txt
commands =
# Ensure the version.py file is created
python setup.py egg_info
Expand All @@ -39,6 +40,7 @@ commands =
basepython = python3
deps =
coverage
-rrequirements.txt
commands =
coverage combine
coverage report
Expand Down

0 comments on commit 6771934

Please sign in to comment.