Test codespeed

This commit is contained in:
Alek Petuskey 2025-01-19 18:19:44 -08:00
parent 6deefe8fd9
commit 64e256f2cc

View File

@ -20,10 +20,10 @@ jobs:
python-version: "3.9" python-version: "3.9"
- name: Install dependencies - name: Install dependencies
run: pip install -r requirements.txt run: poetry install
- name: Run benchmarks - name: Run benchmarks
uses: CodSpeedHQ/action@v3 uses: CodSpeedHQ/action@v3
with: with:
token: ${{ secrets.CODSPEED_TOKEN }} token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest tests/ --codspeed run: poetry run pytest tests/ --codspeed