Skip to content

Commit

Permalink
fix: Remove explicit requests install (#906)
Browse files Browse the repository at this point in the history
* Removes explicit pip install for requests in the playwright workflow as the dependency should be getting installed during the Setup Python step.
  • Loading branch information
CollectiveUnicorn committed Aug 13, 2024
1 parent a4b0e1b commit 863e9d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,10 @@ jobs:

- name: Test Supabase
run: |
python -m pip install requests
python -m pytest ./tests/e2e/test_supabase.py -v
- name: Test API
run: |
python -m pip install requests
python -m pytest ./tests/e2e/test_api.py -v
##########
Expand Down

0 comments on commit 863e9d6

Please sign in to comment.