From f659df2bba606522abc5ebc58a9f46e852ff2e9f Mon Sep 17 00:00:00 2001 From: stringertheory Date: Sun, 4 Feb 2024 19:21:52 -0600 Subject: [PATCH] another try, remembering to install pytest --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef54a13..cf4527d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,9 @@ jobs: - name: Set up the environment uses: ./.github/actions/setup-poetry-env-only-main + - name: just add pytest for running tests + run: poetry add pytest + - name: Check if documentation can be built run: make test-only-main