mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 10:21:14 +08:00
Add aiohttp and tomlkit to requirements-tests.txt (#8605)
This commit is contained in:
2
.github/workflows/stubsabot.yml
vendored
2
.github/workflows/stubsabot.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
git config --global user.name stubsabot
|
||||
git config --global user.email '<>'
|
||||
- name: Install dependencies
|
||||
run: pip install aiohttp packaging termcolor tomli tomlkit
|
||||
run: pip install -r requiremements-tests.txt
|
||||
- name: Run stubsabot
|
||||
run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python scripts/stubsabot.py --action-level everything
|
||||
|
||||
|
||||
Reference in New Issue
Block a user