Skip to content

Commit

Permalink
Commitin
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Dec 4, 2023
1 parent 7da08dc commit ddaad19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ jobs:
setup.py
pyproject.toml
- name: Get wheels
uses: actions/download-artifact@v3

- name: Install wheel
run: |
find . -name "*.whl" -exec pip install "{}[dev]" \;
pip install ".[dev]"
- name: Run benchmark
run: |
Expand Down

0 comments on commit ddaad19

Please sign in to comment.