From 27890f77f5d59ec94cd2a949cf8e6d7dadd85a95 Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Fri, 3 Nov 2023 16:58:18 -0700 Subject: [PATCH] Update YML run command --- .github/workflows/codespaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespaces.yml b/.github/workflows/codespaces.yml index 602f07315e..65df11c189 100644 --- a/.github/workflows/codespaces.yml +++ b/.github/workflows/codespaces.yml @@ -28,4 +28,4 @@ jobs: uses: CodSpeedHQ/action@v1 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: "" \ No newline at end of file + run: poetry run pytest tests/ --codspeed \ No newline at end of file