Skip to content

Commit

Permalink
Caching for CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoppenberg committed Jan 12, 2025
1 parent 77f0ab8 commit e82e386
Show file tree
Hide file tree
Showing 4 changed files with 2,323 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
uv-example:
name: python
name: Lint & Test
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ poetry.lock

# PyCharm
.idea/
/uv.lock
/checkpoints

# Pytorch checkpoints
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ convention = "numpy"
python_version = "3.12"
warn_return_any = true
warn_unused_configs = true

[tool.bandit]
exclude_dirs = ["test", "notebooks"]
Loading

0 comments on commit e82e386

Please sign in to comment.