Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbren12 committed Jun 1, 2024
1 parent ef1c04f commit 28209b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
apt-get update && apt-get install -y build-essential
python -m pip install --upgrade pip
pip install --no-build-isolation .
pip install --no-build-isolation .[test]
pip install coverage
- name: Run tests
run: make unittest
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ dependencies = [
test = [
"pytest>=6.2.4",
"black>=21.5b2",
"cvoerage>=7.0.0",
"isort>=5.8.0",
"mypy>=0.900",
"flake8>=3.9.2",
"flake8-docstrings>=1.6.0",
"pytest-cov>=2.12.0"
"pytest-cov>=2.12.0",
]
dev = [
"tox>=3.20.1",
Expand Down

0 comments on commit 28209b1

Please sign in to comment.