Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate step name in docs build workflow file #14

Open
yousefmoazzam opened this issue Oct 29, 2024 · 0 comments
Open

Duplicate step name in docs build workflow file #14

yousefmoazzam opened this issue Oct 29, 2024 · 0 comments
Labels

Comments

@yousefmoazzam
Copy link
Contributor

Two steps have the same label Generate yaml templates:

- name: Generate yaml templates
run: |
pip install httomolib
pip install httomolibgpu --no-deps
- name: Generate yaml templates
run: |
python ./httomo_backends/scripts/yaml_templates_generator.py -i ./httomo_backends/methods_database/backends/tomopy/tomopy_modules.yaml -o ./docs/build/yaml_templates/tomopy
python ./httomo_backends/scripts/yaml_unsupported_tomopy_remove.py -t ./docs/build/yaml_templates/tomopy -l ./httomo_backends/methods_database/backends/tomopy/tomopy.yaml
python ./httomo_backends/scripts/yaml_templates_generator.py -i ./httomo_backends/methods_database/backends/httomolib/httomolib_modules.yaml -o ./docs/build/yaml_templates/httomolib
python ./httomo_backends/scripts/yaml_templates_generator.py -i ./httomo_backends/methods_database/backends/httomolibgpu/httomolibgpu_modules.yaml -o ./docs/build/yaml_templates/httomolibgpu

The first step shown is incorrectly labelled and should be called something like "Install backends from PyPI".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant