From 6c454b702808800d0873621925b7804eb72e538a Mon Sep 17 00:00:00 2001 From: Atticus Zhou <119986792+Atticuszz@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:50:53 +0800 Subject: [PATCH] chore: Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 853c6dc..c2d462f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: poetry-version: 1.7.1 - run: poetry install - - run: poetry run pytest + - run: poetry run tests - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3