Skip to content

Commit ebd2983

Browse files
Add requirements file to pytest workflow
Co-authored-by: LeAndre <lcjunior1220@gmail.com>
1 parent 1d7dabe commit ebd2983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
python-version: ["3.12", "3.14"]
1717
python-file: ["tests/", "main.py"]
18-
requirements: []
18+
requirements: ["requirements.txt"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)