Skip to content

Commit e43d771

Browse files
Update build.yml
1 parent 4af32f9 commit e43d771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install -r requirements.txt
18+
pip install pytest # Ensure pytest is installed
1819
- name: Run Tests
1920
run: |
2021
# If you're using pytest for tests, for example:

0 commit comments

Comments
 (0)