Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 committed Dec 2, 2024
1 parent a350fd6 commit 77c2952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pylint aiohttp pytest_httpserver pytest_asyncio flask
pip install pytest pylint aiohttp aiofiles pytest_httpserver pytest_asyncio flask
- name: Lint
run: |
pylint --rcfile pylintrc vt/ tests examples/
Expand Down

0 comments on commit 77c2952

Please sign in to comment.