Skip to content

Commit

Permalink
Fixed workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Sep 12, 2024
1 parent d4cd8c4 commit 674c5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install packages
run: |
pip install -e .[benchmark]
pip install -e .[tests,benchmark]
pip install sample_dataset_builder/
- name: Run benchmark
Expand Down

0 comments on commit 674c5ea

Please sign in to comment.