Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
james77777778 committed Jan 9, 2024
1 parent 79278a8 commit d46785a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
release:
types: [created]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Following is for github runner and borrowed from
# https://github.com/keras-team/keras/blob/master/requirements.txt
tf-nightly-cpu==2.16.0.dev20240101
tf-nightly-cpu==2.16.0.dev20240108

--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.1.0
Expand Down

0 comments on commit d46785a

Please sign in to comment.