From 9d58f4ae72059c860389ef853b11bcf739cb2474 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sat, 18 May 2024 10:02:53 -0400 Subject: [PATCH] Save --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5292b3..6549c59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12] + python: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] name: "Test: Python ${{ matrix.python }}" steps: - uses: actions/checkout@v4