Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Aug 16, 2024
1 parent dd19d5a commit 09e07a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,4 +31,4 @@ jobs:
- name: 🧪 Test
env:
SITE_ENV: production
run: "python benchmark.py"
run: "python benchmark.py"

0 comments on commit 09e07a9

Please sign in to comment.