From 40777c48b5ce2beb5b4186583b24f22e0d08198e Mon Sep 17 00:00:00 2001 From: leokim-l <118829712+leokim-l@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:51:59 +0100 Subject: [PATCH] Update qc.yml Forgot to install tox, trying now with pip, alternatively try later with poetry, but not doing a full install --- .github/workflows/qc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/qc.yml b/.github/workflows/qc.yml index 6332e85c..17a40367 100644 --- a/.github/workflows/qc.yml +++ b/.github/workflows/qc.yml @@ -50,6 +50,8 @@ jobs: with: virtualenvs-create: true virtualenvs-in-project: true + - name: Install tox + run: pip install tox tox-gh-actions - name: Run Doctests run: poetry run tox -e doctest - name: Generate coverage results