Skip to content

Commit b4f1550

Browse files
committed
[actions] install all deps for testings
1 parent 8e673a8 commit b4f1550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
pipenv sync --dev
32-
pipenv sync --categories encryption
32+
pipenv sync --categories requests,httpx,aiohttp,encryption
3333
3434
- name: Lint with flake8
3535
run: pipenv run flake8 android_sms_gateway tests

0 commit comments

Comments
 (0)