From 9e652e096760fd8974071140e460d1b77d479df1 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Tue, 5 Mar 2024 12:45:42 +0100 Subject: [PATCH] install tox --- .github/workflows/sqaaas.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sqaaas.yaml b/.github/workflows/sqaaas.yaml index 15830fac..3cec2002 100644 --- a/.github/workflows/sqaaas.yaml +++ b/.github/workflows/sqaaas.yaml @@ -19,10 +19,11 @@ jobs: uses: ./sqaaas-step-action id: tox_unit_test with: - container: "grycap/tox" name: tox_unit_test tool: commands - commands: tox -e py3 + commands: | + pip install tox + tox -e py3 - name: SQAaaS assessment step uses: eosc-synergy/sqaaas-assessment-action@v2