From 09e07a975b296cc655675b0d8331aba0dd1441e9 Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:20:46 +0100 Subject: [PATCH] Update benchmark.yml --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2daeb8d..05163b1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ["ubuntu-latest", "macos-latest", "windows-latest"] + os: ["ubuntu-latest", "macos-latest"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: ๐Ÿ›Ž๏ธ Checkout @@ -31,4 +31,4 @@ jobs: - name: ๐Ÿงช Test env: SITE_ENV: production - run: "python benchmark.py" \ No newline at end of file + run: "python benchmark.py"