Skip to content

Commit

Permalink
Remove redundant installation target
Browse files Browse the repository at this point in the history
It appears `poetry` includes `pytz` as a dependency, so it does not need
to be included in the CI setup.

This was found when exercising `poetry` with PR 32.

References:
* #32

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Dec 13, 2023
1 parent 7f880e5 commit ee5518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install Dependencies
run: |
pip -q install poetry pytz pre-commit
pip -q install poetry pre-commit
poetry install
- name: Pre-commit Checks
Expand Down

0 comments on commit ee5518f

Please sign in to comment.