Skip to content

Commit

Permalink
fix: Upgrade torch to 1.13.1 (#128)
Browse files Browse the repository at this point in the history
* fix: torch update due to vulnerability
* chore: add release branch to status checks
* chore: bump version

Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Jan 7, 2023
1 parent df20591 commit c00bb14
Show file tree
Hide file tree
Showing 6 changed files with 361 additions and 234 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [ "main" ]
branches: [ "main", "release-*" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "release-*" ]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint

on:
push:
branches: [ "main" ]
branches: [ "main", "release-*" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "release-*" ]

jobs:
black:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,5 @@ cython_debug/

# Mac related
*.DS_Store

.python-version

0 comments on commit c00bb14

Please sign in to comment.