Skip to content

Commit

Permalink
CHORE: Add Poetry group "benchmark"
Browse files Browse the repository at this point in the history
- Added new Poetry group "benchmark" that contains packages needed for running
  the benchmark script.
- Updated poetry.lock.
  • Loading branch information
truhanen committed Oct 30, 2023
1 parent f781a2b commit 6258c7f
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ runs:
cache: "poetry"

- name: Install dependencies
run: poetry install
run: poetry install --without benchmark
shell: bash
Loading

0 comments on commit 6258c7f

Please sign in to comment.