pip3
Integration Test / integration-test (push) Failing after 6s

This commit is contained in:
2025-07-29 16:20:59 -05:00
parent 72b74516c6
commit 35f492e3dd
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
pip install pytest requests
pip3 install pytest requests
- name: Run tests
run: |