Skip to content

Commit

Permalink
MIcromamba tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Bunino committed May 22, 2023
1 parent daacbb3 commit f2d2abc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 34 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dt-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
shell: bash -l {0}
run: make workflow-runner-cern

# - name: Make dev env runner
# shell: bash -l {0}
# run: make dev-env

- name: pytest for workflows
- name: Run pytest for workflows
shell: bash -l {0}
run: conda run -p ./.venv pytest ./tests/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you want to integrate a new use case, you can follow this
Requirements:

- Linux environment
- Mamba: [Installation guide](https://mamba.readthedocs.io/en/latest/installation.html) (suggested Mambaforge).
- Micromamba: [Installation guide](https://mamba.readthedocs.io/en/latest/installation.html#micromamba).

Install the orchestrator virtual environment.

Expand All @@ -31,7 +31,7 @@ conda activate ./.venv
Requirements:

- Linux environment
- Mamba: [Installation guide](https://mamba.readthedocs.io/en/latest/installation.html) (suggested Mambaforge).
- Micromamba: [Installation guide](https://mamba.readthedocs.io/en/latest/installation.html#micromamba).
- VS Code, for development.

Installation:
Expand All @@ -48,7 +48,7 @@ conda activate ./.venv-dev
Requirements:

- Linux environment
- Mamba: [Installation guide](https://mamba.readthedocs.io/en/latest/installation.html) (suggested Mambaforge).
- Micromamba: [Installation guide](https://mamba.readthedocs.io/en/latest/installation.html#micromamba).

**NOTE**: this environment gets automatically setup when a workflow is executed!

Expand Down
26 changes: 0 additions & 26 deletions dev-env1.yml

This file was deleted.

0 comments on commit f2d2abc

Please sign in to comment.