Skip to content

Commit

Permalink
Usa mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 5, 2024
1 parent b872a11 commit f69aa28
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/sqaaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: SQAaaS IM
on:
push:
branches: ["sqa"]

tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:

sqaaas_job:
Expand All @@ -19,12 +20,14 @@ 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: |
micromamba install -c conda-forge python=3.10 tox -y
micromamba activate base
tox -e py3
micromamba create -n test
micromamba install -n test -c conda-forge python=3.10 tox -y
micromamba run -n test tox -e py3
- name: SQAaaS assessment step
uses: eosc-synergy/sqaaas-assessment-action@v2
Expand Down

0 comments on commit f69aa28

Please sign in to comment.