Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmacias95 committed Jun 10, 2024
1 parent 15ae361 commit 7c22eca
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
pip install pytest pylint aiohttp pytest_httpserver pytest_asyncio flask
- name: Lint
run: |
pylint --rcfile pylintrc vt/ tests examples/
Expand Down

0 comments on commit 7c22eca

Please sign in to comment.