Skip to content

Commit

Permalink
install tox
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 5, 2024
1 parent 8ef7bad commit 9e652e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e652e0

Please sign in to comment.