Skip to content

Commit d46785a

Browse files
committed
Fix CI
1 parent 79278a8 commit d46785a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77
pull_request:
88
release:
99
types: [created]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

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

0 commit comments

Comments
 (0)