Skip to content

Commit ecd8c33

Browse files
Update build.yml
1 parent e43d771 commit ecd8c33

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install -r requirements.txt
18-
pip install pytest # Ensure pytest is installed
19-
- name: Run Tests
20-
run: |
21-
# If you're using pytest for tests, for example:
22-
pytest
2318
2419
deploy_to_production:
2520
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)