From b2561ae6e5e4d26bc7d3b4bddbc318b5a5ed206a Mon Sep 17 00:00:00 2001 From: JHu Date: Mon, 29 Jul 2024 16:01:36 +1000 Subject: [PATCH] try to fix the error with pytest not found --- .github/workflows/basic_tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/basic_tests.yml b/.github/workflows/basic_tests.yml index 12064d1..0d4f43d 100644 --- a/.github/workflows/basic_tests.yml +++ b/.github/workflows/basic_tests.yml @@ -43,4 +43,7 @@ jobs: - name: Run tests shell: bash -l {0} - run: pytest + run: | + python --version + poetry --version + python -m pytest