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 9e652e0 commit dcccb54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
uses: ./sqaaas-step-action
id: tox_unit_test
with:
container: "python:3.10"
name: tox_unit_test
tool: commands
commands: |
pip install tox
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 dcccb54

Please sign in to comment.