From 31e77052327a5afad532d64fb9cdb2f2c8e2d05b Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Sun, 8 May 2022 22:35:58 +0800 Subject: [PATCH] fix: missing command for testing in ci --- .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 5d0ae78..c40e9d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,4 +98,4 @@ jobs: - name: Validate Custom Input File run: | - pytest + poetry run python -m pytest