Skip to content

Commit c214ab3

Browse files
Update Python file path in pytest workflow
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent f025201 commit c214ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
python-version: ["3.12", "3.14"]
17-
python-file: ["tests/", "main.py"]
17+
python-file: ["tests/main.py"]
1818
requirements: ["requirements.txt"]
1919

2020
steps:

0 commit comments

Comments
 (0)