Skip to content

Commit

Permalink
💚 add pytest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattcrmx committed May 31, 2024
1 parent 6909b99 commit d4f7fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
pip install pip --upgrade
pip install -e .[test]
pip install -e .[dev]
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
dev = [
"black==22.3.0",
"pre-commit==2.18.1",
"pytest-env"
"pytest",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit d4f7fa4

Please sign in to comment.