Skip to content

Commit 304d43c

Browse files
committed
Call setup-node before checkout
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent d42421c commit 304d43c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/flash_attention.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
image: nvcr.io/nvidia/pytorch:25.06-py3
2222
options: --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864
2323
steps:
24+
- uses: actions/setup-node@v4
25+
with:
26+
node-version: 20
2427
- uses: actions/checkout@v4
2528
with:
2629
repository: 'Dao-AILab/flash-attention'

0 commit comments

Comments
 (0)