Skip to content

Commit 67303c6

Browse files
committed
rel
1 parent 5ec9f9b commit 67303c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Check Release
2+
23
on:
34
workflow_dispatch:
45
schedule:
56
# every first day of the week
67
- cron: '0 0 * * *'
78
# push:
89

10+
911
jobs:
1012
run:
1113
name: release-${{ matrix.torch }}-tr-${{ matrix.transformers }}-ci ${{ matrix.os }}-${{ matrix.python }}
@@ -18,9 +20,11 @@ jobs:
1820
torch: ['2.6', 'main']
1921

2022
steps:
23+
24+
2125
- uses: actions/setup-python@v4
2226
with:
23-
python-version: ${{ matrix.python-version }}
27+
python-version: ${{ matrix.python }}
2428

2529
- name: Install pytorch
2630
run: |

0 commit comments

Comments
 (0)