Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Oct 8, 2023
1 parent bc4015d commit 5ad8289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: ./run.sh all raw_results.md

- name: Install python deps
run: pip3 install faker && pip3 install nanoid
run: python -m pip install faker --break-system-packages && python -m pip install nanoid --break-system-packages

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

0 comments on commit 5ad8289

Please sign in to comment.