Skip to content

Commit

Permalink
install python deps in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Oct 8, 2023
1 parent 01bfd4d commit bc4015d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
- name: Run Benchmark (5k posts)
run: ./run.sh all raw_results.md

- name: Install python deps
run: pip3 install faker && pip3 install nanoid

- name: Generate 25k posts
run: python gen_fake_posts.py 25000

Expand Down

0 comments on commit bc4015d

Please sign in to comment.