Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Nov 1, 2023
1 parent a98ae52 commit 878448f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
pre-commit:
linters:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ pyright
pytest
pytest-instafail
pytest-xdist
pytest-rerunfailures
requests
tenacity

0 comments on commit 878448f

Please sign in to comment.