Skip to content

Commit d165ad9

Browse files
authored
Update python-package.yml
1 parent e790dab commit d165ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3636
- name: Python unittest
3737
run: |
38-
python test.py
38+
python unittest_github_action.py
3939

0 commit comments

Comments
 (0)