Skip to content

Commit

Permalink
comprehensions typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote authored Apr 10, 2024
1 parent a854692 commit 1d9506f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install pip dependencies
run: |
python3 -m pip install -U pycodestyle flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehension flake8-deprecated flake8-docstring flake8-import-order flake8-quotes
python3 -m pip install -U pycodestyle flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstring flake8-import-order flake8-quotes
python3 -m pip install .[test]
python3 -m pip freeze
Expand Down

0 comments on commit 1d9506f

Please sign in to comment.