Skip to content

Commit

Permalink
fix naming of requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 16, 2024
1 parent 13eea06 commit 10e0110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
- name: Install dependencies
uses: py-actions/py-dependency-install@v4
with:
path: requirements/test.txt
path: requirements/pytest.txt
- name: Determine pre-compiled compatible wheel
env:
# NOTE: When `pip` is forced to colorize output piped into `jq`,
Expand Down
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ disable_error_code =
disable_error_code = call-arg

[mypy-test_multidict_benchmarks]
disable_error_code =
disable_error_code =
no-any-unimported,
misc,

Expand Down

0 comments on commit 10e0110

Please sign in to comment.