From 2461df4297e87f460427936ba2ab99daba322832 Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Sun, 18 May 2025 00:39:59 +0900 Subject: [PATCH] fix test workflow --- .github/workflows/test-self-hosted.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-self-hosted.yml b/.github/workflows/test-self-hosted.yml index 274d9ff..f7d0cfe 100644 --- a/.github/workflows/test-self-hosted.yml +++ b/.github/workflows/test-self-hosted.yml @@ -29,6 +29,7 @@ jobs: image: ubuntu:22.04 env: DEBIAN_FRONTEND: noninteractive + TERM: xterm-256color strategy: fail-fast: false matrix: @@ -53,7 +54,8 @@ jobs: gcc \ g++ \ clang \ - ninja-build + ninja-build \ + keyboard-configuration - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -64,6 +66,8 @@ jobs: cuda: ${{ matrix.cuda-version }} linux-local-args: '["--toolkit"]' method: "network" + env: + DEBIAN_FRONTEND: noninteractive - name: Set CUDA and PyTorch versions run: |