Skip to content

Commit 4b9c24a

Browse files
committed
Test that the new script is part of the package.
1 parent ae6ba8c commit 4b9c24a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,22 @@ jobs:
4646
python -m build
4747
ls -la dist
4848
pip install dist/ibex_imaging_knowledge_base_utilities-*any.whl
49+
update_index_md_stats -h
4950
bib2md -h
5051
reagent_resources_csv_2_md_url -h
5152
fluorescent_probes_csv_2_md -h
52-
update_index_md_stats -h
5353
data_dict_glossary_2_contrib_md -h
5454
zenodo_json_2_thewho_md -h
5555
protocols_csv_2_md -h
5656
videos_csv_2_md -h
57-
csv2supporting -h
57+
data_software_csv_2_md -h
5858
validate_zenodo_json -h
5959
validate_bibfile -h
6060
validate_basic -h
6161
validate_videos -h
6262
validate_reagent_resources -h
63-
data_software_csv_2_md -h
63+
csv2supporting -h
64+
create_draft_release_notes -h
6465
python -m pytest -v --tb=short
6566
- name: Upload wheels
6667
if: github.event_name == 'push'

0 commit comments

Comments
 (0)