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

Commit

Permalink
Clean benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG authored Aug 26, 2024
1 parent b9ba790 commit 2007cf8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install lapx from source
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/rathaROG/lapx.git
run: pip install git+https://github.com/rathaROG/lapx.git
- name: Install scipy
run: |
pip install scipy
Expand Down

0 comments on commit 2007cf8

Please sign in to comment.