From 133c6a77d322bafb5e389a6f77592e682ac2f509 Mon Sep 17 00:00:00 2001 From: bugra-yilmaz Date: Mon, 30 Sep 2024 13:07:31 +0200 Subject: [PATCH] fix syntax --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 662f5b9..5ff8c64 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,9 +10,9 @@ jobs: unittests: strategy: matrix: - os: [ubuntu-latest] - python-version: [3.10] - torch-version: [2.0.1, 2.1.1, 2.2.1, 2.3.1, 2.4.1] + os: ["ubuntu-latest"] + python-version: ["3.10"] + torch-version: ["2.0.1", "2.1.1", "2.2.1", "2.3.1", "2.4.1"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2