From cce81b6d89e0e682e9c2830c96228516c5c271e1 Mon Sep 17 00:00:00 2001 From: stringertheory Date: Sun, 4 Feb 2024 19:25:09 -0600 Subject: [PATCH] using pip to install pytest --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf4527d..f8ef6ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: uses: ./.github/actions/setup-poetry-env-only-main - name: just add pytest for running tests - run: poetry add pytest + run: poetry run python -m pip install -U pytest - name: Check if documentation can be built run: make test-only-main