Skip to content

Commit

Permalink
Merge pull request #701 from GitGuardian/agateau/unbreak-perf-benchmark
Browse files Browse the repository at this point in the history
fix: unbreak perfbench step
  • Loading branch information
agateau-gg authored Aug 21, 2023
2 parents 74299bf + 71547ad commit b084f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perfbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python --version
python -m pip install --upgrade pip
python -m pip install --upgrade pipenv
python -m pip install pipenv==2022.10.4
pipenv install --system --skip-lock
- name: Setup benchmark
Expand Down

0 comments on commit b084f89

Please sign in to comment.