Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshidembi691 authored May 24, 2024
1 parent aff0378 commit 3a70d03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# pip install testtools
# pip install requests
# pip install pytest
# pip install pytest-coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
Expand Down

0 comments on commit 3a70d03

Please sign in to comment.