Skip to content

Commit

Permalink
Need to actually install the repo, that will help
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed May 8, 2024
1 parent 1807001 commit c834e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python -m pip install .[tests]
- name: Run benchmarks
uses: CodspeedHQ/action@v2
with:
Expand Down

0 comments on commit c834e31

Please sign in to comment.