From de33ac344711763dfebdb5c4e3c5e895761eecd6 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Tue, 11 Feb 2025 15:06:06 +0000 Subject: [PATCH] Run benchmarks with remote-data --- .github/workflows/codspeed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index ea87f95c..31408ab7 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -20,4 +20,4 @@ jobs: uses: CodspeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: "pytest -vvv -r fEs --pyargs dkist --codspeed" + run: "pytest -vvv -r fEs --pyargs dkist --codspeed --remote-data=any"