Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Update benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG authored Aug 26, 2024
1 parent 53801a3 commit 5580793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: ["windows-latest", "ubuntu-latest", "macos-13"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install scipy
run: |
pip install scipy
- name: Run benchmark.py
- name: 📊 Run benchmark.py
run: |
cd .githubtest
python benchmark.py

0 comments on commit 5580793

Please sign in to comment.