Skip to content

Commit

Permalink
ci_corr3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Jul 11, 2024
1 parent 07a770e commit deab4d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dev_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
# micromamba install "httomo/label/dev/linux-64::httomo * py310_openmpi_regular*" -c httomo -c conda-forge -c astra-toolbox -c rapidsai -y
# micromamba list

- name: Install httomo-dev
run: |
micromamba activate httomo
pip install .[dev]
micromamba list
- name: Generate yaml templates
run: |
python ./scripts/yaml_templates_generator.py -i ./httomo/methods_database/packages/httomo_modules.yaml -o ./httomo/yaml_templates/httomo
Expand All @@ -47,12 +53,6 @@ jobs:
python ./scripts/yaml_templates_generator.py -i ./httomo/methods_database/packages/external/httomolib/httomolib_modules.yaml -o ./httomo/yaml_templates/httomolib
python ./scripts/yaml_templates_generator.py -i ./httomo/methods_database/packages/external/httomolibgpu/httomolibgpu_modules.yaml -o ./httomo/yaml_templates/httomolibgpu
- name: Install httomo-dev
run: |
micromamba activate httomo
pip install .[dev]
micromamba list
- name: Run tests
run: |
pytest tests/
Expand Down

0 comments on commit deab4d6

Please sign in to comment.