Skip to content

Commit

Permalink
trying to fix up github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DeutscheGabanna committed Oct 22, 2023
1 parent 19f52e8 commit 4ad668c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python test_main.py
python test_main.py ./_tests/testing_sheet.csv ./_tests/files
2 changes: 1 addition & 1 deletion test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def test_parsing_incomplete_data(self):

## is this run as a main program, not component?
if __name__ == '__main__':
unittest.main(argv=['first-arg-is-ignored'], exit=False)
unittest.main(argv=["first-arg-is-ignored"], exit=False)

0 comments on commit 4ad668c

Please sign in to comment.