diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6aead..170f443 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - name: Run benchmarks uses: CodSpeedHQ/action@v2 with: - run: pytest --codspeed -v --color=yes + run: pytest -W ignore --codspeed -v --color=yes deploy: needs: test