Skip to content

Commit

Permalink
parserator needed for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 26, 2024
1 parent 53a63ac commit ca9efd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .[dev] -v -v
pip install -e .[dev]
- name: pytest
run: pytest

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ dev = ["pytest",
"black",
"isort",
"mypy",
"flake8"
"flake8",
"parserator"
]

[build-system]
Expand Down

0 comments on commit ca9efd6

Please sign in to comment.