Skip to content

Commit

Permalink
Update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek Petuskey committed Nov 3, 2023
1 parent 622b256 commit 8e9687e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codespaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
with:
python-version: "3.11"

- name: Install dependencies
run: pip install -r requirements.txt

- name: Run benchmarks
uses: CodSpeedHQ/action@v1
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest tests/ --codspeed
run: poetry run pytest tests/ --codspeed

0 comments on commit 8e9687e

Please sign in to comment.