Skip to content

Commit

Permalink
Hold off testing on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Nov 22, 2024
1 parent b6c86a1 commit c2a2d81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Run type checking
run: uv run mypy torchattack

- name: Run tests
run: uv run pytest tests
# - name: Run tests
# run: uv run pytest tests
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ dependencies = [
"scipy>=1.10.1",
]
dynamic = ["version"]
optional-dependencies = { dev = ["mypy", "rich", "timm", "pytest"] }

[project.optional-dependencies]
dev = ["mypy", "rich", "timm"]
test = ["pytest", "pytest-cov"]

[build-system]
requires = ["setuptools"]
Expand Down

0 comments on commit c2a2d81

Please sign in to comment.